Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c85ab commit 6a5c28cCopy full SHA for 6a5c28c
.github/workflows/build.yml
@@ -65,11 +65,8 @@ jobs:
65
- name: Build Ruby
66
run: ruby-build --verbose $RUBY_BUILD_RUBY_NAME $PREFIX
67
env:
68
- RUBY_CONFIGURE_OPTS: --enable-shared --enable-rpath --enable-load-relative --disable-install-doc
+ RUBY_CONFIGURE_OPTS: --enable-shared --disable-install-doc
69
CPPFLAGS: "-DENABLE_PATH_CHECK=0" # https://github.com/actions/virtual-environments/issues/267
70
- - name: Fix the RubyGems line when using load-relative
71
- run: $PREFIX/bin/ruby --disable-gems fix-rubygems-line.rb
72
- if: startsWith(matrix.ruby, 'ruby-')
73
- name: Create archive
74
run: tar czf ${{ matrix.ruby }}-${{ matrix.os }}.tar.gz -C $(dirname $PREFIX) $(basename $PREFIX)
75
- name: Install Bundler if needed
0 commit comments