[libc-commits] [libc] [llvm] [libc] Disable -march=native in CI to fix sccache poisoning (PR #196560)
Aiden Grossman via libc-commits
libc-commits at lists.llvm.org
Fri May 8 09:08:02 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 }}
----------------
boomanaiden154 wrote:
We should be able to fix this by making this an env variable and then quoting it appropriately.
Not a likely source of injection, but doesn't hurt.
https://github.com/llvm/llvm-project/pull/196560
More information about the libc-commits
mailing list