Skip to content

Commit

Permalink
[CI] Build with clang-17
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind committed Nov 14, 2024
1 parent 4268ba1 commit c5631df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
# Our PR builds are trying to test the two corners of the build matrix:
# clang + release + noassert + static
# gcc + debug + assert + shared
- cc: clang
cxx: clang++
- cc: clang-17
cxx: clang++-17
mode: Debug
assert: ON
shared: ON
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightlyIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
build-shared: [ON, OFF]
build-type: [Debug, Release]
compiler:
- cc: clang
cxx: clang++
- cc: clang-17
cxx: clang++-17
- cc: gcc-11
cxx: g++-11
lit-flags: ['', '--vg']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shortIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
build-shared: [ON]
build-type: [Release]
compiler:
- cc: clang
cxx: clang++
- cc: clang-17
cxx: clang++-17

steps:
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
Expand Down

0 comments on commit c5631df

Please sign in to comment.