-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): Build zebrad with Rust 1.63 to avoid Zcash parameter downloa…
…d hangs (#5251) * Try running coverage with Rust 1.63 * Run GitHub Actions tests with Rust 1.63 * Change from stable to 1.63 in the patch file * Use Rust 1.63 to download Zcash parameters * Use Rust 1.63 to build Docker zebrad images * Make Rust 1.63 a supported platform, and make stable temporarily unsupported
- Loading branch information
Showing
6 changed files
with
16 additions
and
5 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
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 |
---|---|---|
|
@@ -61,7 +61,8 @@ jobs: | |
|
||
- uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
# Rust 1.64 hangs when downloading the Zcash Parameters on GitHub Actions runners | ||
toolchain: 1.63 | ||
override: true | ||
profile: minimal | ||
components: llvm-tools-preview | ||
|
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
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