-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update replica version to 2f02a660 (#4120)
* chore: update replica version to 2f02a660f6f17b5a78c13d9b372f74c8228f79b8 --------- Co-authored-by: ericswanson-dfinity <[email protected]>
- Loading branch information
1 parent
c95eb3e
commit 1cc7e94
Showing
6 changed files
with
109 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ if [ "$E2E_TEST" = "tests-dfx/build_rust.bash" ] && command -v cargo-audit &>/de | |
cargo uninstall cargo-audit | ||
fi | ||
if [ "$E2E_TEST" = "tests-dfx/certificate.bash" ]; then | ||
brew install --cask mitmproxy --no-quarantine | ||
HOMEBREW_CURL_OPTS="--http1.1" brew install --cask mitmproxy --no-quarantine | ||
fi | ||
if [ "$E2E_TEST" = "tests-dfx/deps.bash" ]; then | ||
cargo install [email protected] --locked | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.