Skip to content

Commit d2377b2

Browse files
author
Enrico Steffinlongo
committed
[WIP] Experimental build using clang 14
1 parent 02d698e commit d2377b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
DEBIAN_FRONTEND: noninteractive
259259
run: |
260260
sudo apt-get update
261-
sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
261+
sudo apt-get install --no-install-recommends -yq cmake ninja-build gdb clang-14 maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
262262
- name: Confirm z3 solver is available and log the version installed
263263
run: z3 --version
264264
- name: Download cvc-5 from the releases page and make sure it can be deployed
@@ -283,7 +283,7 @@ jobs:
283283
run: |
284284
mkdir build
285285
cd build
286-
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
286+
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang-14 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-14
287287
- name: Check that doc task works
288288
run: |
289289
cd build

0 commit comments

Comments
 (0)