Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GHA CI #773

Merged
merged 2 commits into from
Oct 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 16 additions & 156 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
push:

concurrency:
group: ${{format('{0}:{1}', github.repository, github.ref)}}
cancel-in-progress: true

env:
PROJECT: libs/spirit

Expand All @@ -13,7 +17,7 @@ jobs:
fail-fast: false
matrix:
include:
- name: "STD=14 JOB=test/x3 Job 0"
- name: "STD=14 JOB=test/x3"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
Expand All @@ -25,7 +29,7 @@ jobs:
std: "14"
job: "test/x3"
travis_compiler: "clang-14"
- name: "STD=14 JOB=test/x3 Job 1"
- name: "STD=14 JOB=test/x3"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
Expand All @@ -37,7 +41,7 @@ jobs:
std: "14"
job: "test/x3"
travis_compiler: "gcc-11"
- name: "STD=11 JOB=test/qi Job 2"
- name: "STD=11 JOB=test/qi"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
Expand All @@ -49,7 +53,7 @@ jobs:
std: "11"
job: "test/qi"
travis_compiler: "clang-14"
- name: "STD=11 JOB=test/karma Job 3"
- name: "STD=11 JOB=test/karma"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
Expand All @@ -61,7 +65,7 @@ jobs:
std: "11"
job: "test/karma"
travis_compiler: "clang-14"
- name: "STD=11 JOB=test/lex Job 4"
- name: "STD=11 JOB=test/lex"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
Expand All @@ -73,7 +77,7 @@ jobs:
std: "11"
job: "test/lex"
travis_compiler: "clang-14"
- name: "STD=11 JOB=test/support Job 5"
- name: "STD=11 JOB=test/support"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
Expand All @@ -85,7 +89,7 @@ jobs:
std: "11"
job: "test/support"
travis_compiler: "clang-14"
- name: "STD=11 JOB=repository/test Job 6"
- name: "STD=11 JOB=repository/test"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
Expand All @@ -97,67 +101,7 @@ jobs:
std: "11"
job: "repository/test"
travis_compiler: "clang-14"
- name: "STD=03 JOB=test/qi Job 7"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
std: "03"
job: "test/qi"
travis_compiler: "clang-14"
- name: "STD=03 JOB=test/karma Job 8"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
std: "03"
job: "test/karma"
travis_compiler: "clang-14"
- name: "STD=03 JOB=test/lex Job 9"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
std: "03"
job: "test/lex"
travis_compiler: "clang-14"
- name: "STD=03 JOB=test/support Job 10"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
std: "03"
job: "test/support"
travis_compiler: "clang-14"
- name: "STD=03 JOB=repository/test Job 11"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
std: "03"
job: "repository/test"
travis_compiler: "clang-14"
- name: "STD=11 JOB=test/qi Job 12"
- name: "STD=11 JOB=test/qi"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
Expand All @@ -169,7 +113,7 @@ jobs:
std: "11"
job: "test/qi"
travis_compiler: "gcc-11"
- name: "STD=11 JOB=test/karma Job 13"
- name: "STD=11 JOB=test/karma"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
Expand All @@ -181,7 +125,7 @@ jobs:
std: "11"
job: "test/karma"
travis_compiler: "gcc-11"
- name: "STD=11 JOB=test/lex Job 14"
- name: "STD=11 JOB=test/lex"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
Expand All @@ -193,7 +137,7 @@ jobs:
std: "11"
job: "test/lex"
travis_compiler: "gcc-11"
- name: "STD=11 JOB=test/support Job 15"
- name: "STD=11 JOB=test/support"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
Expand All @@ -205,7 +149,7 @@ jobs:
std: "11"
job: "test/support"
travis_compiler: "gcc-11"
- name: "STD=11 JOB=repository/test Job 16"
- name: "STD=11 JOB=repository/test"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
Expand All @@ -217,90 +161,6 @@ jobs:
std: "11"
job: "repository/test"
travis_compiler: "gcc-11"
- name: "STD=03 JOB=test/qi Job 17"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "03"
job: "test/qi"
travis_compiler: "gcc-11"
- name: "STD=03 JOB=test/karma Job 18"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "03"
job: "test/karma"
travis_compiler: "gcc-11"
- name: "STD=03 JOB=test/lex Job 19"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "03"
job: "test/lex"
travis_compiler: "gcc-11"
- name: "STD=03 JOB=test/support Job 20"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "03"
job: "test/support"
travis_compiler: "gcc-11"
- name: "STD=03 JOB=repository/test Job 21"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "03"
job: "repository/test"
travis_compiler: "gcc-11"
- name: "STD=03 JOB=classic/test Job 22"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
std: "03"
job: "classic/test"
travis_compiler: "clang-14"
- name: "STD=03 JOB=classic/test Job 23"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "03"
job: "classic/test"
travis_compiler: "gcc-11"

runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
Expand Down
Loading