Skip to content

Commit

Permalink
Update mysten-sim pointer to fix simtest build (#4609)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Logan <[email protected]>
  • Loading branch information
mystenmark and mlogan authored Sep 13, 2022
1 parent e1e29f2 commit 611b73e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/sui-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ syn = "1"
workspace-hack = { path = "../workspace-hack"}

[target.'cfg(msim)'.dependencies]
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "15dff80e8e69218bc20b08a5ef91a4f156e626ac", package = "msim-macros" }
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "bccf26947cc8a22cc69526f1720edde6e55a7d8c", package = "msim-macros" }
2 changes: 1 addition & 1 deletion crates/sui-simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ edition = "2021"
workspace-hack = { path = "../workspace-hack"}

[target.'cfg(msim)'.dependencies]
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "15dff80e8e69218bc20b08a5ef91a4f156e626ac", package = "msim" }
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "bccf26947cc8a22cc69526f1720edde6e55a7d8c", package = "msim" }
2 changes: 1 addition & 1 deletion scripts/simtest/cargo-simtest
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
cargo ${CARGO_COMMAND[@]} \
--config 'build.rustflags = ["--cfg", "msim"]' \
--config 'patch.crates-io.tokio.git = "https://github.com/MystenLabs/mysten-sim.git"' \
--config 'patch.crates-io.tokio.rev = "15dff80e8e69218bc20b08a5ef91a4f156e626ac"' \
--config 'patch.crates-io.tokio.rev = "bccf26947cc8a22cc69526f1720edde6e55a7d8c"' \
--config 'patch.crates-io.hyper.git = "https://github.com/mystenmark/hyper-madsim-fork.git"' \
--config 'patch.crates-io.hyper.rev = "2b2eca1e983376294c84c93385ebe848ccf9a99f"' \
"$@"
Expand Down

0 comments on commit 611b73e

Please sign in to comment.