]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
also add `-mbmi2` to the compilation test 4250/head
authorYann Collet <cyan@fb.com>
Sun, 19 Jan 2025 06:58:03 +0000 (22:58 -0800)
committerYann Collet <cyan@fb.com>
Sun, 19 Jan 2025 06:58:03 +0000 (22:58 -0800)
.github/workflows/dev-short-tests.yml

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