Merge pull request #2896 from facebook/m68k

Zstandard compiles and run on m68k cpus
This commit is contained in:
Yann Collet
2021-12-02 14:25:45 -08:00
committed by GitHub
4 changed files with 39 additions and 7 deletions
-1
View File
@@ -294,7 +294,6 @@ jobs:
LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check
- name: M68K
if: ${{ matrix.name == 'M68K' }}
continue-on-error: true # disable reporting errors (alignment issues)
run: |
LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check