Skip to content

Commit

Permalink
Update the ruby repo revision
Browse files Browse the repository at this point in the history
A commit in the `ruby` repo now treats iseq as PPP again, and fixes a
random failure in CI.

Fixes: mmtk#49
  • Loading branch information
wks committed Jan 29, 2024
1 parent eb6d1f3 commit bcd7fe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
# Metadata for the Ruby repository
[package.metadata.ci-repos.ruby]
repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL.
rev = "1f4c40d550137827b76fcf66cc6f217681927dba"
rev = "68a6bbf8b5dc4faa06199337af28acf5a2511614"

[lib]
name = "mmtk_ruby"
Expand All @@ -37,7 +37,7 @@ features = ["is_mmtk_object", "object_pinning"]

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

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

0 comments on commit bcd7fe2

Please sign in to comment.