File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -368,16 +368,15 @@ jobs:
368
368
wget https://apt.llvm.org/llvm.sh
369
369
chmod u+x llvm.sh
370
370
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
377
377
- name : CMake configure
378
378
run : >
379
379
cmake -S . -B build
380
- -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
381
380
-G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
382
381
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
383
382
-D CMAKE_BUILD_TYPE=RELEASE -D ENABLE_ADDRESS_SANITIZER=ON -D ENABLE_UB_SANITIZER=ON
You can’t perform that action at this time.
0 commit comments