Skip to content

Commit

Permalink
fix(rubygems)
Browse files Browse the repository at this point in the history
 closes #8432

 closes #8747
  • Loading branch information
jhheider committed Feb 18, 2025
1 parent 19963a9 commit cca0dc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/rubygems.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ build:
test:
env:
vRUBY: ${{deps.ruby-lang.org.version.marketing}}.0
dependencies:
linux:
gnu.org/make: '*'
llvm.org: '*'
script:
# for debug
- gem env
Expand All @@ -138,7 +142,7 @@ test:
ruby -e 'require "rubygems"' -e 'require "awesome_print"' -e'ap $LOAD_PATH'
- |
gem install hexapdf --verbose
gem install hexapdf --verbose || homes/rubygems.org-3.6.4/.gem/ruby/3.1.0/extensions/aarch64-linux/3.1.0-static/strscan-3.1.2/mkmf.log && false
if [ -w /usr/local/lib/ruby/ ]; then
v="$(/usr/local/bin/hexapdf version | cut -d' ' -f2)"
Expand Down

0 comments on commit cca0dc6

Please sign in to comment.