[roll] Roll fuchsia [roll] Roll llvm-project/libc [libc] Disable -march=native in CI to fix sccache poisoning (#196560) -march=native is incompatible with shared build caches because sccache treats it as a literal string. Object files compiled on one CPU model get silently served to runners with a different CPU, causing SIGILL crashes in the opt_host memory tests. Made LIBC_COMPILE_OPTIONS_NATIVE a CMake cache variable so CI can override it. Both overlay and fullbuild workflows now pass -DLIBC_COMPILE_OPTIONS_NATIVE="" to disable -march=native. Local developer builds are unaffected and still default to -march=native. Reverted the per-CPU cache key approach from #196477 in favour of this fix, which addresses the root cause. Bumped sccache key versions (v2) in both workflows to invalidate the poisoned caches. Assisted-by: Automated tooling, human reviewed. GitOrigin-RevId: b1b3b430c6a39ad7452a7907a4c781c0672e2bd7 Original-Revision: c885295e67ff431a1f4b367368ea5a930a3ca764 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1605231 Original-Revision: 437192d2d70e97ff96fd99b5329d81fdfb1691fb GitOrigin-RevId: 7f2b0a955a6a930e6938a23325e1e08402c1c052 Change-Id: I0b34ac8b1e86a5b4093e006dce01c5c80a666b18
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.