]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removing min decomp 2235/head
authorBimba Shrestha <bimbashrestha@fb.com>
Wed, 8 Jul 2020 18:11:45 +0000 (11:11 -0700)
committerBimba Shrestha <bimbashrestha@fb.com>
Wed, 8 Jul 2020 18:11:45 +0000 (11:11 -0700)
.github/workflows/generic-dev.yml

index e0e2e0fd7ef0d3cb134e358a231dfab485a30473..cfbefea887c6a3b2a4fd7df7aff8f14a94371a1b 100644 (file)
@@ -13,6 +13,7 @@ jobs:
 # valgrindTest (keeps failing for some reason. need investigation)
 # staticAnalyze (need trusty so need self-hosted)
 # pcc-fuzz: (need trusty so need self-hosted)
+# min-decomp-macros (flakey)
 #
 # setting up self-hosted is pretty straightforward, but
 # I need admins permissions to the repo for that it looks like
@@ -83,21 +84,6 @@ jobs:
         sudo apt-get install clang-3.8
         CC=clang-3.8 make clean msan-test-zstd HAVE_ZLIB=0 HAVE_LZ4=0 HAVE_LZMA=0
 
-  min-decomp-macros:
-    runs-on: ubuntu-16.04 # fails on 18.04
-    steps:
-    - uses: actions/checkout@v2
-    - name: Minimal Decompressor Macros
-      run: |
-        make clean
-        DEVNULLRIGHTS=test make -j all check ZSTD_LIB_MINIFY=1 MOREFLAGS="-Werror"
-        make clean
-        DEVNULLRIGHTS=test make -j all check MOREFLAGS="-Werror -DHUF_FORCE_DECOMPRESS_X1 -DZSTD_FORCE_DECOMPRESS_SEQUENCES_SHORT"
-        make clean
-        DEVNULLRIGHTS=test make -j all check MOREFLAGS="-Werror -DHUF_FORCE_DECOMPRESS_X2 -DZSTD_FORCE_DECOMPRESS_SEQUENCES_LONG"
-        make clean
-        DEVNULLRIGHTS=test make -j all check MOREFLAGS="-Werror -DZSTD_NO_INLINE -DZSTD_STRIP_ERROR_STRINGS"
-
   cmake-build-and-test-check:
     runs-on: ubuntu-latest
     steps: