[roll] Roll fuchsia [riscv][rust_crates] Suppress build errors in ring Rust crate

The current version of the ring crate does not support RISC-V. Stub out
the missing pieces in the compat layer without modifying the ring C++
code. Runtime use of ring will fail, but this unblocks other work while
ring compatibility is addressed.

Original-Bug: 128647
Test: `fx set minimal.riscv64 && fx build -k 0` has no compile errors in //third_party/rust_crates
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868765
Original-Revision: 570e5c7a4917a2ab65a5eea6cf0a5db2aac87f4c
GitOrigin-RevId: c97a6ae6cacd14a8202af11a96c1faa152b1019e
Change-Id: I2dc41582d62525a08b481efbedd785933d65b18f
1 file changed
tree: f41525f56d775b8077dfd438cb7ff94a6c981b8e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.