Skip to content

Commit

Permalink
Add pre-compiled gem for ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zyc9012 committed Feb 4, 2023
1 parent a7e6543 commit 9e94a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
contents: read
packages: write
container:
image: "larskanis/rake-compiler-dock-mri-${{ matrix.platform }}:1.2.2"
image: "ghcr.io/rake-compiler/rake-compiler-dock-image:1.3.0-mri-${{ matrix.platform }}"
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion rakelib/compile.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ native_gemspec = eval(File.read 'nokolexbor.gemspec').tap do |spec|
spec.metadata.delete('msys2_mingw_dependencies')
end

ENV['RUBY_CC_VERSION'] = %w{2.6.0 2.7.0 3.0.0 3.1.0}.join(':')
ENV['RUBY_CC_VERSION'] = %w{2.6.0 2.7.0 3.0.0 3.1.0 3.2.0}.join(':')
cross_platforms = %w[x86-mingw32 x64-mingw-ucrt x64-mingw32 x86-linux x86_64-linux aarch64-linux x86_64-darwin arm64-darwin]

Rake::ExtensionTask.new('nokolexbor', native_gemspec) do |ext|
Expand Down

0 comments on commit 9e94a04

Please sign in to comment.