Add no intrinsics fuzztest, rowhash compression size test, and S390X to travis

This commit is contained in:
Sen Huang
2021-06-07 00:54:53 -07:00
parent cefafc0b6e
commit 2ff5c7b59f
3 changed files with 48 additions and 5 deletions
+12
View File
@@ -26,6 +26,18 @@ env:
matrix:
fast_finish: true
include:
- name: S390X (big endian) + Fuzz test
dist: trusty
arch: s390x
script:
- FUZZER_FLAGS=--no-big-tests make -C tests fuzztest
- name: S390X (big endian) + Fuzz test + no intrinsics
dist: trusty
arch: s390x
script:
- MOREFLAGS="-DZSTD_NO_INTRINSICS" FUZZER_FLAGS=--no-big-tests make -C tests fuzztest
- name: arm64 # ~2.5 mn
os: linux
arch: arm64