[libc-commits] [libc] [llvm] [libc] Disable -march=native in CI to fix sccache poisoning (PR #196560)
via libc-commits
libc-commits at lists.llvm.org
Fri May 8 08:51:59 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 }}
----------------
github-advanced-security[bot] wrote:
## zizmor /
code injection via template expansion
[Show more details](https://github.com/llvm/llvm-project/security/code-scanning/1839)
https://github.com/llvm/llvm-project/pull/196560
More information about the libc-commits
mailing list