We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4c596e + 71a7bc7 commit ba15d53Copy full SHA for ba15d53
.github/workflows/unit_tests.yml
@@ -40,6 +40,11 @@ jobs:
40
compiler: clang
41
install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 18
42
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++"
48
- version: 17
49
50
install: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 17
@@ -91,9 +96,6 @@ jobs:
91
96
cxx: "g++-12"
92
97
cxx_flags: ""
93
98
exclude:
94
- - compiler: clang
95
- version: 18
- stdlib: libc++
99
- compiler: gcc
100
version: 18
101
0 commit comments