mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Update ci.yml
This commit is contained in:
parent
92f6cfb3cc
commit
749b6340b5
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -125,7 +125,7 @@ jobs:
|
|||||||
cxxstd: "03,11,14,17,20,23"
|
cxxstd: "03,11,14,17,20,23"
|
||||||
address-model: 32,64
|
address-model: 32,64
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
container: ubuntu:23.04
|
container: ubuntu:24.04
|
||||||
install:
|
install:
|
||||||
- g++-13-multilib
|
- g++-13-multilib
|
||||||
- toolset: gcc-14
|
- toolset: gcc-14
|
||||||
@ -283,7 +283,7 @@ jobs:
|
|||||||
compiler: clang++-16
|
compiler: clang++-16
|
||||||
cxxstd: "03,11,14,17,20,2b"
|
cxxstd: "03,11,14,17,20,2b"
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
container: ubuntu:23.04
|
container: ubuntu:24.04
|
||||||
install:
|
install:
|
||||||
- clang-16
|
- clang-16
|
||||||
- libc++-16-dev
|
- libc++-16-dev
|
||||||
@ -294,7 +294,7 @@ jobs:
|
|||||||
compiler: clang++-17
|
compiler: clang++-17
|
||||||
cxxstd: "03,11,14,17,20,2b"
|
cxxstd: "03,11,14,17,20,2b"
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
container: ubuntu:23.10
|
container: ubuntu:24.04
|
||||||
install:
|
install:
|
||||||
- clang-17
|
- clang-17
|
||||||
- libc++-17-dev
|
- libc++-17-dev
|
||||||
@ -312,6 +312,17 @@ jobs:
|
|||||||
- libc++abi-18-dev
|
- libc++abi-18-dev
|
||||||
cxxflags: -stdlib=libc++
|
cxxflags: -stdlib=libc++
|
||||||
linkflags: -stdlib=libc++
|
linkflags: -stdlib=libc++
|
||||||
|
- toolset: clang
|
||||||
|
compiler: clang++-19
|
||||||
|
cxxstd: "03,11,14,17,20,2b"
|
||||||
|
os: ubuntu-latest
|
||||||
|
container: ubuntu:24.10
|
||||||
|
install:
|
||||||
|
- clang-19
|
||||||
|
- libc++-19-dev
|
||||||
|
- libc++abi-19-dev
|
||||||
|
cxxflags: -stdlib=libc++
|
||||||
|
linkflags: -stdlib=libc++
|
||||||
- name: UBSAN
|
- name: UBSAN
|
||||||
toolset: clang
|
toolset: clang
|
||||||
compiler: clang++-15
|
compiler: clang++-15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user