Skip to content

Commit 6b5ef18

Browse files
ci: upgrade rb-sys and decouple rb-sys-dock image tag
1 parent 66bed3d commit 6b5ef18

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/build-gems.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
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
@@ -72,7 +71,7 @@ jobs:
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

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
group :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"
1212
end
1313

0 commit comments

Comments
 (0)