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.
1 parent c836328 commit c6e7712Copy full SHA for c6e7712
.github/workflows/ci.yml
@@ -23,7 +23,10 @@ jobs:
23
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
24
linkflags: "linkflags=--coverage -lasan -lubsan"
25
gcov_tool: "gcov-12"
26
- launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.6"
+ launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.8"
27
+ - toolset: gcc-9
28
+ cxxstd: "03,11,14,17,2a"
29
+ os: ubuntu-22.04
30
- toolset: clang
31
compiler: clang++-14
32
cxxstd: "03,11,14,17,2a"
0 commit comments