We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275731a commit 226f057Copy full SHA for 226f057
1 file changed
.github/workflows/build_and_test.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: Build LLVM
53
run: |
54
source .venv/bin/activate
55
+ export LLVM_CMAKE_OPTIONS='-DLLVM_CCACHE_BUILD=OFF'
56
.github/workflows/build-llvm.sh -reconfigure -verbose
57
58
- name: Save llvm cache
0 commit comments