Skip to content

Commit

Permalink
WIP set CC at a different layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Jan 23, 2025
1 parent 5573b5e commit e345105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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-14, gcc ]
cc: [ clang, gcc ]
make: [ bmake ]
debug: [ DEBUG, RELEASE ] # RELEASE=1 is a no-op
exclude:
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ DEBUG ?= 1

# combined just to save time in CI
.if defined(AUSAN)
CC ?= clang-14
ASAN ?= 1
UBSAN ?= 1
.endif
Expand Down

0 comments on commit e345105

Please sign in to comment.