Skip to content

Commit f9d11c0

Browse files
committed
revert test ccache
1 parent 919d18e commit f9d11c0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,15 +368,16 @@ 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
380381
-G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
381382
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
382383
-D CMAKE_BUILD_TYPE=RELEASE -D ENABLE_ADDRESS_SANITIZER=ON -D ENABLE_UB_SANITIZER=ON

0 commit comments

Comments
 (0)