changeset 1846:39a27a02f1ae

disable fuzzstandalone github action for now, needs debugging
author Matt Johnston <matt@ucc.asn.au>
date Mon, 18 Oct 2021 23:36:23 +0800
parents b916f2661adb
children 9d8af2da9b60
files .github/workflows/build.yml
diffstat 1 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/build.yml	Mon Oct 18 23:33:41 2021 +0800
+++ b/.github/workflows/build.yml	Mon Oct 18 23:36:23 2021 +0800
@@ -45,23 +45,23 @@
             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
+          # # 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
+          # # 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 }}