Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a5c28c

Browse filesBrowse files
committed
Remove load-relative specific logic
1 parent b2c85ab commit 6a5c28c
Copy full SHA for 6a5c28c

File tree

1 file changed

+1
-4
lines changed
Filter options

1 file changed

+1
-4
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-4Lines changed: 1 addition & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.