Skip to content

Commit 919d18e

Browse files
committed
test ccache
1 parent 34ce77f commit 919d18e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -368,16 +368,15 @@ jobs:
368368
wget https://apt.llvm.org/llvm.sh
369369
chmod u+x llvm.sh
370370
sudo ./llvm.sh 19 all
371-
- name: ccache
372-
uses: hendrikmuhs/[email protected]
373-
with:
374-
key: ${{ runner.os }}-clang
375-
create-symlink: true
376-
max-size: 1G
371+
# - name: ccache
372+
# uses: hendrikmuhs/[email protected]
373+
# with:
374+
# key: ${{ runner.os }}-clang
375+
# create-symlink: true
376+
# max-size: 1G
377377
- name: CMake configure
378378
run: >
379379
cmake -S . -B build
380-
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
381380
-G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
382381
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
383382
-D CMAKE_BUILD_TYPE=RELEASE -D ENABLE_ADDRESS_SANITIZER=ON -D ENABLE_UB_SANITIZER=ON

0 commit comments

Comments
 (0)