Skip to content

Commit 226f057

Browse files
committed
Disable ccache in ci
1 parent 275731a commit 226f057

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Build LLVM
5353
run: |
5454
source .venv/bin/activate
55+
export LLVM_CMAKE_OPTIONS='-DLLVM_CCACHE_BUILD=OFF'
5556
.github/workflows/build-llvm.sh -reconfigure -verbose
5657
5758
- name: Save llvm cache

0 commit comments

Comments
 (0)