File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ jobs:
217
217
- name : CMake configure
218
218
run : >
219
219
cmake -S . -B build
220
+ -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
220
221
-G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
221
222
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
222
223
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=install
@@ -364,7 +365,7 @@ jobs:
364
365
run : |
365
366
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
366
367
sudo apt-get update
367
- sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev mpi* python3-pip
368
+ sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip
368
369
wget https://apt.llvm.org/llvm.sh
369
370
chmod u+x llvm.sh
370
371
sudo ./llvm.sh 19 all
You can’t perform that action at this time.
0 commit comments