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.
2 files changed
tree: a3672cc1a52a3b1777bfabb61d4a8a419591f207
  1. .bazelci/
  2. .github/
  3. bindgen/
  4. cargo/
  5. crate_universe/
  6. docs/
  7. examples/
  8. proto/
  9. rust/
  10. test/
  11. tools/
  12. util/
  13. wasm_bindgen/
  14. .bazelignore
  15. .bazelrc
  16. .clang-format
  17. .gitignore
  18. ARCHITECTURE.md
  19. AUTHORS
  20. BUILD.bazel
  21. CODEOWNERS
  22. COMPATIBILITY.md
  23. CONTRIBUTING.md
  24. CONTRIBUTORS
  25. LICENSE.txt
  26. README.md
  27. version.bzl
  28. WORKSPACE.bazel
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.