summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2021-10-18 23:36:23 +0800
committerMatt Johnston <matt@ucc.asn.au>2021-10-18 23:36:23 +0800
commitb398e4b17dbb9e365c31e44dd39cac64a5b5f1d8 (patch)
tree42299a24debd173c42ef91c64db4f0a8d1c3bf18 /.github
parent1bb2c01a69719d114bc0af25efd0e95d78a34b36 (diff)
downloaddropbear-b398e4b17dbb9e365c31e44dd39cac64a5b5f1d8.tar.gz
disable fuzzstandalone github action for now, needs debugging
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e5a79e7..1c42016 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,23 +45,23 @@ jobs:
skipcheck: True
exoticos: True
- # Fuzzers run standalone. A bit superfluous with cifuzz, but
- # good to run the whole corpus to keep it working.
- - name: fuzzing with address sanitizer
- configure_flags: --enable-fuzz --disable-harden --enable-bundled-libtom
- ldflags: -fsanitize=address
- extracflags: -fsanitize=address
- fuzz: True
- cc: clang
-
- # Undefined Behaviour sanitizer
- - name: fuzzing with undefined behaviour sanitizer
- configure_flags: --enable-fuzz --disable-harden --enable-bundled-libtom
- ldflags: -fsanitize=undefined
- # don't fail with alignment due to https://github.com/libtom/libtomcrypt/issues/549
- extracflags: -fsanitize=undefined -fno-sanitize-recover=undefined -fsanitize-recover=alignment
- fuzz: True
- cc: clang
+ # # Fuzzers run standalone. A bit superfluous with cifuzz, but
+ # # good to run the whole corpus to keep it working.
+ # - name: fuzzing with address sanitizer
+ # configure_flags: --enable-fuzz --disable-harden --enable-bundled-libtom
+ # ldflags: -fsanitize=address
+ # extracflags: -fsanitize=address
+ # fuzz: True
+ # cc: clang
+
+ # # Undefined Behaviour sanitizer
+ # - name: fuzzing with undefined behaviour sanitizer
+ # configure_flags: --enable-fuzz --disable-harden --enable-bundled-libtom
+ # ldflags: -fsanitize=undefined
+ # # don't fail with alignment due to https://github.com/libtom/libtomcrypt/issues/549
+ # extracflags: -fsanitize=undefined -fno-sanitize-recover=undefined -fsanitize-recover=alignment
+ # fuzz: True
+ # cc: clang
env:
MULTI: ${{ matrix.multi }}