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

Bump compilers for X3 to Clang 18 and GCC 13

This commit is contained in:
Joel de Guzman
2024-08-12 14:37:01 +08:00
committed by GitHub
parent 4dc63a7699
commit 5d7aa47ac6

View File

@@ -19,28 +19,28 @@ jobs:
include:
- name: "STD=17 JOB=test/x3"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages: "clang-18 libc++-18-dev libc++abi-18-dev libunwind-18-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
cxx: "clang-18"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
llvm_ver: "18"
std: "17"
job: "test/x3"
travis_compiler: "clang-14"
travis_compiler: "clang-18"
- name: "STD=17 JOB=test/x3"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages: "g++-13 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
cxx: "gcc-13"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "17"
job: "test/x3"
travis_compiler: "gcc-11"
travis_compiler: "gcc-13"
- name: "STD=11 JOB=test/qi"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"