remove 32-bit ubsan clang test (bug in clang that produces an error)

This commit is contained in:
Danielle Rozenblit
2022-09-08 12:04:57 -07:00
parent 66ed3df096
commit cf255cc5e0
-10
View 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"