[roll] Roll fuchsia [idk] Make host field in manifest a proper Clang triple

Previously, the "host" field in the final meta/manifest.json was only a
triple when building on macOS. Insert "unknown-" in other cases so that
it is always a proper Clang target triple. See
https://clang.llvm.org/docs/CrossCompilation.html#target-triple.

This will ensure there is no difference when building the IDK with
Bazel, where `to_clang_target_tuple()` is used.

The string for the most common host changes from "x86_64-linux-gnu" to
"x86_64-unknown-linux-gnu".

Original-Bug: 413071161
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1265006
Original-Revision: 8f9ba8fc4ba1eb134131db2f5f71deffe947c166
GitOrigin-RevId: 2bf22fcbb30707f92b160fe44c2e952f38d9b985
Change-Id: Ib41b3888ff376d11fb3dc5e853b471030804be21
1 file changed
tree: afead9c15000a35f436c2e8361db6fcb897e1adb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.