Skip to content

Commit ba15d53

Browse files
authored
Merge pull request #586 from elbeno/revert-clang18-libcpp-removal
👷 Reinstate clang-18 libc++ in CI
2 parents a4c596e + 71a7bc7 commit ba15d53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
compiler: clang
4141
install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18
4242
toolchain_root: "/usr/lib/llvm-18"
43+
- version: 18
44+
compiler: clang
45+
stdlib: libc++
46+
install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18 && sudo apt install -y libc++-18-dev libc++abi-18-dev
47+
cxx_flags: "-stdlib=libc++"
4348
- version: 17
4449
compiler: clang
4550
install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 17
@@ -91,9 +96,6 @@ jobs:
9196
cxx: "g++-12"
9297
cxx_flags: ""
9398
exclude:
94-
- compiler: clang
95-
version: 18
96-
stdlib: libc++
9799
- compiler: gcc
98100
version: 18
99101
- compiler: gcc

0 commit comments

Comments
 (0)