[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
Mon May 11 00:16:00 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'd missed this, sorry! I'm not very familiar with GH CI stuff - I've only done a bit with it. Could you show me what you mean?
Thanks!
https://github.com/llvm/llvm-project/pull/196560
More information about the libc-commits
mailing list