]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
disabled BTI test 4293/head
authorYann Collet <cyan@fb.com>
Tue, 11 Feb 2025 21:20:15 +0000 (13:20 -0800)
committerYann Collet <cyan@fb.com>
Tue, 11 Feb 2025 21:20:15 +0000 (13:20 -0800)
this test seems impossible on Ubuntu-24

.github/workflows/dev-short-tests.yml

index a163e021948ab424dbe17d3d75d4ae8a4e1fb69e..408331abc694d0cd079e7c52e074632bdb976108 100644 (file)
@@ -496,8 +496,10 @@ jobs:
       run: |
         make clean
         LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make -j check
-        make clean
-        LDFLAGS="-static -z force-bti" MOREFLAGS="-mbranch-protection=standard" CC=$XCC QEMU_SYS=$XEMU make check V=1
+# This test is only compatible with standard libraries that support BTI (Branch Target Identification).
+# Unfortunately, the standard library provided on Ubuntu 24.04 does not have this feature enabled.
+#        make clean
+#        LDFLAGS="-static -z force-bti" MOREFLAGS="-mbranch-protection=standard" CC=$XCC QEMU_SYS=$XEMU make check V=1
     - name: PPC
       if: ${{ matrix.name == 'PPC' }}
       run: |