fixed zstd+sanitizer build

This commit is contained in:
Yann Collet
2020-12-20 17:53:04 -08:00
parent f9884036c2
commit 9a9d3f76c4
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
make gcc8install
CC=gcc-8 CFLAGS="-Werror" make -j all
make clean
CC=gcc-8 make -j uasan-test-zstd </dev/null
CC=gcc-8 make -j uasan-test-zstd </dev/null V=1
gcc-6-asan-ubsan-testzstd-32bit:
runs-on: ubuntu-latest