]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added -DSTATIC_BMI2=1 for the -mavx2 test
authorYann Collet <cyan@fb.com>
Sun, 19 Jan 2025 06:40:18 +0000 (22:40 -0800)
committerYann Collet <cyan@fb.com>
Sun, 19 Jan 2025 06:49:16 +0000 (22:49 -0800)
.github/workflows/dev-short-tests.yml

index 6bd311f09fffddd0ce81c2fdb1b7747bd025f909..71afc099149ecc76e33bb482ede657b7f140009a 100644 (file)
@@ -192,7 +192,7 @@ jobs:
       run: |
         sudo apt-get -qqq update
         make libc6install
-        CFLAGS="-Werror -m32 -mavx2" make -j all32
+        CPPFLAGS="-DSTATIC_BMI2=1" CFLAGS="-Werror -m32 -mavx2" make -j all32
 
 
   gcc-8-make: