[libc-commits] [libc] [llvm] [libc] Disable -march=native in CI to fix sccache poisoning (PR #196560)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Fri May 8 08:54:39 PDT 2026
================
@@ -145,7 +145,8 @@
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_C_COMPILER_LAUNCHER=sccache
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache
- -DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.build-install-dir }}"
+ -DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.build-install-dir }}
----------------
kaladron wrote:
I think this is no worse than it was before and an unlikely source of injection.
https://github.com/llvm/llvm-project/pull/196560
More information about the libc-commits
mailing list