2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

CI: Update to Clang 14

This commit is contained in:
Nikita Kniazev
2022-09-13 18:09:14 +03:00
parent b003bb4f64
commit 5049c39ec5

View File

@@ -15,16 +15,16 @@ jobs:
include:
- name: "STD=14 JOB=test/x3 Job 0"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "14"
job: "test/x3"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=14 JOB=test/x3 Job 1"
buildtype: "boost"
packages: "g++-11 jq ccache"
@@ -39,124 +39,124 @@ jobs:
travis_compiler: "gcc-11"
- name: "STD=11 JOB=test/qi Job 2"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "11"
job: "test/qi"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=11 JOB=test/karma Job 3"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "11"
job: "test/karma"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=11 JOB=test/lex Job 4"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "11"
job: "test/lex"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=11 JOB=test/support Job 5"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "11"
job: "test/support"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=11 JOB=repository/test Job 6"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "11"
job: "repository/test"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=03 JOB=test/qi Job 7"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "03"
job: "test/qi"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=03 JOB=test/karma Job 8"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "03"
job: "test/karma"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=03 JOB=test/lex Job 9"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "03"
job: "test/lex"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=03 JOB=test/support Job 10"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "03"
job: "test/support"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=03 JOB=repository/test Job 11"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "03"
job: "repository/test"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=11 JOB=test/qi Job 12"
buildtype: "boost"
packages: "g++-11 jq ccache"
@@ -279,16 +279,16 @@ jobs:
travis_compiler: "gcc-11"
- name: "STD=03 JOB=classic/test Job 22"
buildtype: "boost"
packages: "clang-13 libc++-13-dev libc++abi-13-dev libunwind-13-dev jq ccache"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-13"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "13"
llvm_ver: "14"
std: "03"
job: "classic/test"
travis_compiler: "clang-13"
travis_compiler: "clang-14"
- name: "STD=03 JOB=classic/test Job 23"
buildtype: "boost"
packages: "g++-11 jq ccache"