Add clang-20 libc++ w/wo Ubsan

This commit is contained in:
Ion Gaztañaga
2025-12-06 11:51:09 +01:00
parent fe9fbbb6eb
commit c3201cd4eb

View File

@@ -360,6 +360,17 @@ jobs:
- libc++abi-18-dev
cxxflags: -pipe -stdlib=libc++
linkflags: -stdlib=libc++
# Linux, clang-20 libc++
- toolset: clang
compiler: clang++-18
cxxstd: "11,14,17,20,23,2c"
os: ubuntu-24.04
install:
- clang-20
- libc++-20-dev
- libc++abi-20-dev
cxxflags: -pipe -stdlib=libc++
linkflags: -stdlib=libc++
# Linux, clang-14 libc++, ubsan
- name: UBSAN
toolset: clang
@@ -386,6 +397,19 @@ jobs:
- clang-18
- libc++-18-dev
- libc++abi-18-dev
# Linux, clang-20 libc++, ubsan
- name: UBSAN
toolset: clang
compiler: clang++-20
cxxstd: "11,14,17,20,23,2c"
cxxflags: -pipe -stdlib=libc++
linkflags: -stdlib=libc++
ubsan: 1
os: ubuntu-26.04
install:
- clang-20
- libc++-20-dev
- libc++abi-20-dev
#------------------
# MacOS, clang
#------------------