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 061334d + 5c45116 commit 7d7806eCopy full SHA for 7d7806e
.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
@@ -101,9 +106,6 @@ jobs:
101
106
version: 15
102
107
- compiler: gcc
103
108
version: 14
104
- - compiler: clang
105
- version: 18
- stdlib: libc++
109
- compiler: clang
110
111
stdlib: libstdc++
0 commit comments