File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ jobs:
2828 outputs :
2929 skip : ${{ env.SKIP_CHECKS }}
3030 run_clang_tidy :
31- strategy :
32- matrix :
33- dim : [1, 2, RZ, 3]
34- name : clang-tidy-${{ matrix.dim }}D
31+ # strategy:
32+ # matrix:
33+ # dim: [1, 2, RZ, 3]
34+ # name: clang-tidy-${{ matrix.dim }}D
35+ name : clang-tidy
3536 runs-on : ubuntu-22.04
3637 timeout-minutes : 180
3738 needs : skip_checks
@@ -63,16 +64,16 @@ jobs:
6364 ccache -z
6465 export CXX=$(which clang++-15)
6566 export CC=$(which clang-15)
66- cmake -S . -B build_clang_tidy \
67- -DCMAKE_VERBOSE_MAKEFILE=ON \
68- -DWarpX_DIMS="${{ matrix.dim }}" \
69- -DWarpX_MPI=ON \
70- -DWarpX_COMPUTE=OMP \
71- -DWarpX_FFT=ON \
72- -DWarpX_QED=ON \
73- -DWarpX_QED_TABLE_GEN=ON \
74- -DWarpX_OPENPMD=ON \
75- -DWarpX_PRECISION=SINGLE \
67+ cmake -S . -B build_clang_tidy \
68+ -DCMAKE_VERBOSE_MAKEFILE=ON \
69+ -DWarpX_DIMS="1;2;3;RZ" \
70+ -DWarpX_MPI=ON \
71+ -DWarpX_COMPUTE=OMP \
72+ -DWarpX_FFT=ON \
73+ -DWarpX_QED=ON \
74+ -DWarpX_QED_TABLE_GEN=ON \
75+ -DWarpX_OPENPMD=ON \
76+ -DWarpX_PRECISION=SINGLE \
7677 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
7778 cmake --build build_clang_tidy -j 4
7879 ${{github.workspace}}/.github/workflows/source/makeMakefileForClangTidy.py --input ${{github.workspace}}/ccache.log.txt
You can’t perform that action at this time.
0 commit comments