-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2030 from radixdlt/doc/rust_version_comments
CI fix + update Rust version comments
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ runs: | |
uses: RDXWorks-actions/toolchain@master | ||
with: | ||
# IMPORTANT: | ||
# To update the Rust version, you must update it in five total places (including the toolchain below): | ||
# To update the Rust version, you must update it in the below places (including the toolchain below) in this repo: | ||
# => [README.md - part 1] Update "Install Rust - we recommend to use Rust X.XX.X" | ||
# => [README.md - part 2] Update "rustup default X.XX.X" | ||
# => [action.yml - part 1] Update "toolchain: X.XX.X" below | ||
|
@@ -18,13 +18,18 @@ runs: | |
# => [Dockerfile] Update "FROM rust:X.XX.X-slim-bookworm AS base-image" in the deterministic builder | ||
# => [radix-clis/assets/template/rust-toolchain.toml_template] Update the rust version | ||
# => [https://docs.radixdlt.com/docs/getting-rust-scrypto] Update the recommended rust version on docs | ||
# Additionally, Rust version should be updated in below repos on respective branches: | ||
# - babylon-node - .github/actions/setup-env/action.yml | ||
# - fuzzer - .github/actions/setup-env/action.yml | ||
toolchain: 1.81.0 | ||
default: true | ||
target: wasm32-unknown-unknown | ||
components: rustfmt | ||
|
||
- name: Install nextest | ||
uses: RDXWorks-actions/install-action@nextest | ||
uses: RDXWorks-actions/install-action@main | ||
with: | ||
tool: [email protected] | ||
|
||
- name: Set LIBCLANG_PATH # See https://github.com/rust-lang/rust-bindgen/issues/1797 | ||
if: runner.os == 'Windows' | ||
|
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