From: Nathan Moinvaziri Date: Sun, 19 Jun 2022 20:19:11 +0000 (-0700) Subject: Remove unused sanitizer options in configure workflow. X-Git-Tag: 2.1.0-beta1~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=040e55d3221808b4d8d2e3357e296ae8d6aa02c8;p=thirdparty%2Fzlib-ng.git Remove unused sanitizer options in configure workflow. --- diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 2071618fd..975af222b 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -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