Skip to content

Commit

Permalink
CI: Update compiler versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Nov 3, 2023
1 parent db7c028 commit 6109301
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ jobs:
os-release: '20.04'
- build_type: 'RelWithDebInfo'
build_libs: 'shared'
compiler: 'clang-12'
compiler: 'clang-17'
extra_args: '--num-tasks=256 --sanitizer --sanitizer-type=leak --static-analysis'
extra_packages: 'clang-tidy-12'
standard: '11'
os-release: '20.04'
- build_type: 'RelWithDebInfo'
build_libs: 'shared'
compiler: 'clang-12'
compiler: 'clang-17'
extra_args: '--num-tasks=256 --tbb --sanitizer --sanitizer-type=address --static-analysis'
extra_packages: 'clang-tidy-12'
standard: '14'
os-release: '20.04'
- build_type: 'RelWithDebInfo'
build_libs: 'shared'
compiler: 'clang-12'
compiler: 'clang-17'
extra_args: '--num-tasks=256 --tbb --sanitizer --sanitizer-type=thread --static-analysis'
extra_cmake: '-DPTL_USE_LOCKS=ON'
extra_packages: 'clang-tidy-12'
Expand All @@ -55,18 +55,16 @@ jobs:
compiler: 'gcc-12'
# Ubuntu 22.04 (Jammy)
- os-release: '22.04'
compiler: 'gcc-7'
compiler: 'gcc-13'
- os-release: '22.04'
compiler: 'gcc-8'
compiler: 'clang-13'
- os-release: '22.04'
compiler: 'clang-7'
compiler: 'clang-14'
- os-release: '22.04'
compiler: 'clang-8'
- os-release: '22.04'
compiler: 'clang-10'
compiler: 'clang-15'
build_type: ['Release']
build_libs: ['shared static']
compiler: ['gcc-7', 'gcc-8', 'gcc-9', 'gcc-10', 'gcc-11', 'gcc-12', 'clang-7', 'clang-8', 'clang-10', 'clang-11', 'clang-12']
compiler: ['gcc-13', 'gcc-10', 'gcc-11', 'gcc-12', 'clang-13', 'clang-14', 'clang-15', 'clang-16', 'clang-17']
extra_args: ['--num-tasks=256 --tbb']
standard: ['11', '17']
os-release: ['20.04', '22.04']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
build_libs: ["shared static"]
build_type: ["Release"]
compiler: ["clang-14", "clang-15"]
compiler: ["clang-16", "clang-17"]
extra_args: ["--num-tasks=256 --tbb"]
extra_packages: ["clangdev tbb-devel"]
os-release: ["macos-12", "macos-11"]
os-release: ["macos-11", "macos-12", "macos-13""]
standard: ["11", "17"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6109301

Please sign in to comment.