From: Danielle Rozenblit Date: Thu, 8 Sep 2022 19:04:57 +0000 (-0700) Subject: remove 32-bit ubsan clang test (bug in clang that produces an error) X-Git-Tag: v1.5.4^2~163^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf255cc5e096db94154623e98d8e7387bba92429;p=thirdparty%2Fzstd.git remove 32-bit ubsan clang test (bug in clang that produces an error) --- diff --git a/.github/workflows/dev-long-tests.yml b/.github/workflows/dev-long-tests.yml index ad05eb691..c8ba69758 100644 --- a/.github/workflows/dev-long-tests.yml +++ b/.github/workflows/dev-long-tests.yml @@ -95,16 +95,6 @@ jobs: make libc6install make -j uasan-test-zstd32 V=1 - clang-asan-ubsan-testzstd-32bit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: clang + ASan + UBSan + Test Zstd, 32bit mode - run: | - sudo apt-get -qqq update - make libc6install - CC=clang make -j uasan-test-zstd32 V=1 - # Note : external libraries must be turned off when using MSAN tests, # because they are not msan-instrumented, # so any data coming from these libraries is always considered "uninitialized"