]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove unused sanitizer options in configure workflow.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 19 Jun 2022 20:19:11 +0000 (13:19 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 15 Aug 2022 14:41:52 +0000 (16:41 +0200)
.github/workflows/configure.yml

index 2071618fd6d959480372472eff2ab5959dee6303..975af222b285305b75b3d68536f5bc0ec88e3cb0 100644 (file)
@@ -222,9 +222,6 @@ jobs:
       working-directory: ${{ matrix.build-dir }}
       env:
         QEMU_RUN: ${{ matrix.qemu-run }}
-        ASAN_OPTIONS: abort_on_error=1:halt_on_error=1
-        MSAN_OPTIONS: abort_on_error=1:halt_on_error=1
-        UBSAN_OPTIONS: print_stacktrace=1:abort_on_error=1:halt_on_error=1
 
     - name: Upload build errors
       uses: actions/upload-artifact@v2