mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
github: re-enable ASan and UBSan for check-fuzz
ASan and UBSan were disabled by
364de00947
, which has already prevented
multiple bugs from being discovered prior to merging.
This commit is contained in:
parent
ee501b035b
commit
74b8fff3d4
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -203,7 +203,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
./configure --enable-debugbuild --enable-fuzzing --disable-valgrind CC=clang
|
||||
./configure --enable-debugbuild --enable-fuzzing --enable-address-sanitizer --enable-ub-sanitizer --disable-valgrind CC=clang
|
||||
make -j $(nproc) check-fuzz
|
||||
|
||||
integration:
|
||||
|
Loading…
Reference in New Issue
Block a user