Skip to content

Commit 6a5c28c

Browse files
committed
Remove load-relative specific logic
1 parent b2c85ab commit 6a5c28c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,8 @@ jobs:
6565
- name: Build Ruby
6666
run: ruby-build --verbose $RUBY_BUILD_RUBY_NAME $PREFIX
6767
env:
68-
RUBY_CONFIGURE_OPTS: --enable-shared --enable-rpath --enable-load-relative --disable-install-doc
68+
RUBY_CONFIGURE_OPTS: --enable-shared --disable-install-doc
6969
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-')
7370
- name: Create archive
7471
run: tar czf ${{ matrix.ruby }}-${{ matrix.os }}.tar.gz -C $(dirname $PREFIX) $(basename $PREFIX)
7572
- name: Install Bundler if needed

0 commit comments

Comments
 (0)