Skip to content

Commit

Permalink
Pin Rust toolchains
Browse files Browse the repository at this point in the history
Bug: 350911544
Change-Id: I3eda95eb50ab3574bdab592e5c9ad39c5584532e
  • Loading branch information
tiziano88 committed Jul 3, 2024
1 parent 69d4cb0 commit e79227e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bazel/rust/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ def setup_rust_dependencies():
rust_register_toolchains(
edition = RUST_EDITION,
versions = RUST_VERSIONS,
sha256s = {
"2024-02-01/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz": "7247ca497c7d9194c9e7bb9b6a51f8ccddc452bbce2977d608cabdbc1a0f332f",
"2024-02-01/clippy-nightly-x86_64-unknown-linux-gnu.tar.xz": "1271eaa89d50bd7f63b338616c36f41fe1e733b5d6c4cc2c95eaa6b3c8faba62",
"2024-02-01/cargo-nightly-x86_64-unknown-linux-gnu.tar.xz": "1d859549b5f3d2dd146b84aa13dfec24a05913653af2116b39a919cab69de850",
"2024-02-01/llvm-tools-nightly-x86_64-unknown-linux-gnu.tar.xz": "b227753189981d9a115527ba0e95b365388fb0fe7f1a1ff93116c4448c854197",
"2024-02-01/rust-std-nightly-x86_64-unknown-linux-gnu.tar.xz": "b1a444f8e8f33d813c4d532c12717743edd9b34f685ff5293b6375fc75c2421e",
},
)

_BARE_METAL_RUSTC_FLAGS = [
Expand Down

0 comments on commit e79227e

Please sign in to comment.