Skip to content

Commit bcd7fe2

Browse files
committed
Update the ruby repo revision
A commit in the `ruby` repo now treats iseq as PPP again, and fixes a random failure in CI. Fixes: #49
1 parent eb6d1f3 commit bcd7fe2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mmtk/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.

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
# Metadata for the Ruby repository
1313
[package.metadata.ci-repos.ruby]
1414
repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL.
15-
rev = "1f4c40d550137827b76fcf66cc6f217681927dba"
15+
rev = "68a6bbf8b5dc4faa06199337af28acf5a2511614"
1616

1717
[lib]
1818
name = "mmtk_ruby"
@@ -37,7 +37,7 @@ features = ["is_mmtk_object", "object_pinning"]
3737

3838
# Uncomment the following lines to use mmtk-core from the official repository.
3939
git = "https://github.com/mmtk/mmtk-core.git"
40-
rev = "b66fa351c6e37e4a0672070aab5cd5864d150890"
40+
rev = "42754a5f23fdb513039d7f07e52014ded42c98bf"
4141

4242
# Uncomment the following line to use mmtk-core from a local repository.
4343
#path = "../../mmtk-core"

0 commit comments

Comments
 (0)