Also Allow/Document/Test Excluding dfast and Up

This commit is contained in:
W. Felix Handte
2023-05-04 12:31:41 -04:00
parent cc1ffe0bd6
commit 5490c75dda
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -349,6 +349,7 @@ jobs:
make clean && make -j all MOREFLAGS="-Werror -DZSTD_NO_INLINE -DZSTD_STRIP_ERROR_STRINGS"
make clean && make check MOREFLAGS="-Werror -DZSTD_NO_INLINE -DZSTD_STRIP_ERROR_STRINGS"
make clean && make check ZSTD_LIB_EXCLUDE_COMPRESSORS_DFAST_AND_UP=1 MOREFLAGS="-Werror"
make clean && make check ZSTD_LIB_EXCLUDE_COMPRESSORS_GREEDY_AND_UP=1 MOREFLAGS="-Werror"
dynamic-bmi2:
runs-on: ubuntu-latest