Skip to content

Commit

Permalink
Remove load-relative specific logic
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 7, 2020
1 parent b2c85ab commit 6a5c28c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ jobs:
- name: Build Ruby
run: ruby-build --verbose $RUBY_BUILD_RUBY_NAME $PREFIX
env:
RUBY_CONFIGURE_OPTS: --enable-shared --enable-rpath --enable-load-relative --disable-install-doc
RUBY_CONFIGURE_OPTS: --enable-shared --disable-install-doc
CPPFLAGS: "-DENABLE_PATH_CHECK=0" # https://github.com/actions/virtual-environments/issues/267
- name: Fix the RubyGems line when using load-relative
run: $PREFIX/bin/ruby --disable-gems fix-rubygems-line.rb
if: startsWith(matrix.ruby, 'ruby-')
- name: Create archive
run: tar czf ${{ matrix.ruby }}-${{ matrix.os }}.tar.gz -C $(dirname $PREFIX) $(basename $PREFIX)
- name: Install Bundler if needed
Expand Down

0 comments on commit 6a5c28c

Please sign in to comment.