Skip to content

Commit acf5e12

Browse files
Pin ruby/ruby master version
The latest master broke the build. This commit pins the version to the last known working commit.
1 parent a9623e2 commit acf5e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/packager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def self.build_source_aliases(root)
8686
"head" => {
8787
type: "github",
8888
repo: "ruby/ruby",
89-
rev: "master",
89+
rev: "997124fc0b7697bb9383e8feb8e1d88017c4bcb8",
9090
patches: patches.map { |p| File.expand_path(p) }
9191
},
9292
"3.3" => {

0 commit comments

Comments
 (0)