Skip to content

Commit

Permalink
Revert "dep: update rake-compiler-dock to v1.9.1"
Browse files Browse the repository at this point in the history
This reverts commit 226f201.
  • Loading branch information
flavorjones committed Jan 20, 2025
1 parent 226f201 commit 988f297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion precompiled/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ gemspec
gem "rake", "~> 13.0"

gem "rake-compiler"
gem "rake-compiler-dock", "1.9.1"
gem "rake-compiler-dock", "1.8.0"

gem "minitest", "~> 5.0"
3 changes: 2 additions & 1 deletion precompiled/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require "rake/testtask"
require "rake/extensiontask"
require "rake_compiler_dock"

cross_rubies = ["3.4.1", "3.3.5", "3.2.6", "3.1.6"]
cross_platforms = [
"aarch64-linux-gnu",
"aarch64-linux-musl",
Expand All @@ -19,7 +20,7 @@ cross_platforms = [
"x86_64-darwin",
"x64-mingw-ucrt",
]
RakeCompilerDock.set_ruby_cc_version("~> 3.1")
ENV["RUBY_CC_VERSION"] = cross_rubies.join(":")

rcee_precompiled_spec = Bundler.load_gemspec("rcee_precompiled.gemspec")
Gem::PackageTask.new(rcee_precompiled_spec).define #packaged_tarball version of the gem for platform=ruby
Expand Down

0 comments on commit 988f297

Please sign in to comment.