File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 5656 fi
5757
5858 # Ruby 4.0 cross-compilation support requires newer rb-sys/rake-compiler-dock.
59- # 0.9.124 has published docker images across all target platforms.
60- min_version="0.9.124"
59+ min_version="0.9.126"
6160 if [ "$(printf '%s\n' "$version" "$min_version" | sort -V | tail -n1)" != "$version" ]; then
6261 version="$min_version"
6362 fi
7271 RB_SYS_VERSION : ${{ steps.rb-sys.outputs.version }}
7372 run : |
7473 gem install rb_sys -v "$RB_SYS_VERSION"
75- rb-sys-dock --platform "$PLATFORM" --directory . --ruby-versions "$RUBY_VERSIONS" --tag "$RB_SYS_VERSION" -- build
74+ rb-sys-dock --platform "$PLATFORM" --directory . --ruby-versions "$RUBY_VERSIONS" --build
7675
7776 gem_path="$(find ./pkg -name "*-${PLATFORM}.gem" | head -n1)"
7877 if [ -z "$gem_path" ]; then
Original file line number Diff line number Diff line change 77group :development do
88 gem "rake"
99 gem "rake-compiler"
10- gem "rb_sys" , "0.9.124 "
10+ gem "rb_sys" , "0.9.126 "
1111 gem "rdoc" , "~> 7.0"
1212end
1313
You can’t perform that action at this time.
0 commit comments