Skip to content

Commit

Permalink
test with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Mar 15, 2024
1 parent e9d583d commit 8155efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fsanitize-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: autogen
run: ./autogen.sh
- name: install_gcc-12
run: sudo apt-get install -y gcc-12
run: sudo apt-get install -y gcc-12 clang
- name: configure
timeout-minutes: 2
run: ./configure CC="gcc-12 -fsanitize=address"
timeout-minutes: 1
run: ./configure CC="clang -fsanitize=address"
- name: print_configlog
if: always()
run: cat config.log
Expand Down

0 comments on commit 8155efb

Please sign in to comment.