commit | 5826a500a9da10057b5ec83a59dc5013bfb08d70 | [log] [tgz] |
---|---|---|
author | ted-logan <113641289+ted-logan@users.noreply.github.com> | Wed Dec 14 10:08:41 2022 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 14 10:08:41 2022 -0800 |
tree | a3672cc1a52a3b1777bfabb61d4a8a419591f207 | |
parent | 40dee95ce0db69a78aa1f7399ff0761dadc1b895 [diff] |
Add riscv32imc and riscv64gc to the known sha targets (#1698) Add the representative riscv32imc and riscv64gc targets to the list of known targets to populate the known shas list: - riscv32imc-unknown-none-elf - riscv64gc-unknown-none-elf Run `//util:fetch_shas` to update the known shas list. This adds the rust-std archive hashes for these targets for the supported stable, beta, and nightly releases to the `FILE_KEY_TO_SHA` dict so these hashes will be available to `load_arbitrary_tool()` to allow Bazel to cache the downloaded archives. Amended commit to bump CI.
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.