mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Add clang-20 libc++ w/wo Ubsan
This commit is contained in:
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -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
|
||||
#------------------
|
||||
|
||||
Reference in New Issue
Block a user