Skip to content

Commit 9429f65

Browse files
Remove c compiler
1 parent 8595063 commit 9429f65

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,14 @@ jobs:
4545
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
4646
-DCPUSCOPE_BUILD_TESTS=ON \
4747
-DCPUSCOPE_WERROR=ON \
48-
-DCMAKE_C_COMPILER=gcc-13 \
4948
-DCMAKE_CXX_COMPILER=g++-13 \
50-
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
5149
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
5250
else
5351
cmake -S . -B build -G Ninja \
5452
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
5553
-DCPUSCOPE_BUILD_TESTS=ON \
5654
-DCPUSCOPE_WERROR=ON \
57-
-DCMAKE_C_COMPILER=clang-17 \
5855
-DCMAKE_CXX_COMPILER=clang++-17 \
59-
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
6056
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
6157
fi
6258
@@ -105,11 +101,8 @@ jobs:
105101
-DCMAKE_BUILD_TYPE=Release \
106102
-DCPUSCOPE_BUILD_TESTS=ON \
107103
-DCPUSCOPE_WERROR=ON \
108-
-DCMAKE_C_COMPILER=clang-17 \
109104
-DCMAKE_CXX_COMPILER=clang++-17 \
110-
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
111105
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
112-
-DCMAKE_C_FLAGS="-fsanitize=address,undefined -fno-omit-frame-pointer -fno-sanitize-recover=all" \
113106
-DCMAKE_CXX_FLAGS="-fsanitize=address,undefined -fno-omit-frame-pointer -fno-sanitize-recover=all" \
114107
-DCMAKE_EXE_LINKER_FLAGS="-fsanitize=address,undefined"
115108

0 commit comments

Comments
 (0)