]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
attempt at adding m68k qemu tests
authorYann Collet <yann.collet.73@gmail.com>
Mon, 30 Aug 2021 04:39:06 +0000 (21:39 -0700)
committerYann Collet <yann.collet.73@gmail.com>
Mon, 30 Aug 2021 04:39:06 +0000 (21:39 -0700)
with optional success (for the time being)

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

index eca24be1c18bf62d614906b24ddad1b07cede71e..710a949b90c91f3913bf0928ee2ff0a5348f2a60 100644 (file)
@@ -213,6 +213,7 @@ jobs:
           { name: PPC64LE,  xcc_pkg: gcc-powerpc64le-linux-gnu, xcc: powerpc64le-linux-gnu-gcc, xemu_pkg: qemu-system-ppc,    xemu: qemu-ppc64le-static },
           { name: S390X,    xcc_pkg: gcc-s390x-linux-gnu,       xcc: s390x-linux-gnu-gcc,       xemu_pkg: qemu-system-s390x,  xemu: qemu-s390x-static   },
           { name: MIPS,     xcc_pkg: gcc-mips-linux-gnu,        xcc: mips-linux-gnu-gcc,        xemu_pkg: qemu-system-mips,   xemu: qemu-mips-static    },
+          { name: M68K,     xcc_pkg: gcc-m68k-linux-gnu,        xcc: m68k-linux-gnu-gcc,        xemu_pkg: qemu-system-m68k,   xemu: qemu-m68k-static    },
         ]
     env:                        # Set environment variables
       XCC: ${{ matrix.xcc }}
@@ -251,6 +252,11 @@ jobs:
       if: ${{ matrix.name == 'MIPS' }}
       run: |
         LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check
+    - name: M68K
+      if: ${{ matrix.name == 'M68K' }}
+      continue-on-error: true
+      run: |
+        LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check
 
 
 # For reference : icc tests