Skip to content

Commit

Permalink
Pin ruby/ruby master version
Browse files Browse the repository at this point in the history
The latest master broke the build. This commit pins the version to the
last known working commit.
  • Loading branch information
kateinoigakukun committed Jan 3, 2024
1 parent a9623e2 commit acf5e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_wasm/packager.rb
Expand Up @@ -86,7 +86,7 @@ def self.build_source_aliases(root)
"head" => {
type: "github",
repo: "ruby/ruby",
rev: "master",
rev: "997124fc0b7697bb9383e8feb8e1d88017c4bcb8",
patches: patches.map { |p| File.expand_path(p) }
},
"3.3" => {
Expand Down

0 comments on commit acf5e12

Please sign in to comment.