[roll] Roll fuchsia [bazel][3p-rust] Fix ring-core in arm64

Fix build definition for ring-core in Bazel so it builds correctly in
arm64. Now the Bazel definition closely follows the GN definition from
//third_party/rust_crates/compat/ring-0.17.8/BUILD.gn, minus RISC-V
related config.

bazel2gn syncing for this target will be added in a followup when we
have better support for GN configs. GN definition for ring-core only saw
4 changes since Jan 2025, so it should be OK to left the changes manual
for now.

Test: fx bazel build --config=host \
  --platforms=@//build/bazel/platforms:linux_arm64 \
  @//src/sys/pkg/testing/fake-omaha-client:fake-omaha-client
Test: fx bazel build --config=host \
  --platforms=@//build/bazel/platforms:linux_x64 \
  @//src/sys/pkg/testing/fake-omaha-client:fake-omaha-client

Original-Original-Bug: 516865467
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1635135
Original-Original-Revision: 263eedcae187ef9c5058bfb7eaf63d22f84c1d89
GitOrigin-RevId: ff3e14cfa66551edbc5e4308aa23f9d3bb1c50bb
Change-Id: Ib074a062d84a92fe4effe5cefacdce0c8dd088e2
1 file changed
tree: 3ec517e2c676c5524f965bd82703b44109aedd59
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.