Skip to content

Commit

Permalink
WIP: attempt using clang-14 for AUSAN in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Jan 23, 2025
1 parent ddfafd9 commit 5573b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
matrix:
san: [ AUSAN, MSAN, EFENCE ]
os: [ ubuntu ]
cc: [ clang, gcc ]
cc: [ clang-14, gcc ]
make: [ bmake ]
debug: [ DEBUG, RELEASE ] # RELEASE=1 is a no-op
exclude:
Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
if: env.os == 'ubuntu' && steps.cache-prefix.outputs.cache-hit != 'true'
run: |
uname -a
sudo apt-get install bmake
sudo apt-get install bmake clang-14
- name: Fetch checkout
if: steps.cache-prefix.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 5573b5e

Please sign in to comment.