]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
remove 32-bit ubsan clang test (bug in clang that produces an error)
authorDanielle Rozenblit <drozenblit@fb.com>
Thu, 8 Sep 2022 19:04:57 +0000 (12:04 -0700)
committerDanielle Rozenblit <drozenblit@fb.com>
Thu, 8 Sep 2022 19:04:57 +0000 (12:04 -0700)
.github/workflows/dev-long-tests.yml

index ad05eb69132e615f19fe2134a856723b95e61d05..c8ba69758d1e69e2e80b6f6d786f99d51de90707 100644 (file)
@@ -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"