]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[ci] Add ARM tests back into CI 2667/head
authorsenhuang42 <senhuang96@fb.com>
Mon, 17 May 2021 16:54:34 +0000 (12:54 -0400)
committersenhuang42 <senhuang96@fb.com>
Mon, 17 May 2021 17:10:57 +0000 (13:10 -0400)
.github/workflows/generic-dev.yml
.travis.yml

index ae4ee7e9f53a3e83bd8ccd99f7e089af5f6a3600..8f20f15b53fb9f1a05de40ef3d8ae279b3339a29 100644 (file)
@@ -171,25 +171,23 @@ jobs:
         sudo apt-get install gcc-mingw-w64
         CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CFLAGS="-Werror -O1" make zstd
 
-# TODO: Broken test - fix and uncomment
-#  armbuild:
-#    runs-on: ubuntu-16.04 # doesn't work on latest
-#    steps:
-#    - uses: actions/checkout@v2
-#    - name: ARM Build Test
-#      run: |
-#        make arminstall
-#        make armbuild
+  armbuild:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v2
+    - name: ARM Build Test
+      run: |
+        make arminstall
+        make armbuild
 
-# TODO: Broken test - fix and uncomment
-#  armfuzz:
-#    runs-on: ubuntu-16.04 # doesn't work on latest
-#    steps:
-#    - uses: actions/checkout@v2
-#    - name: Qemu ARM emulation + Fuzz Test
-#      run: |
-#        make arminstall
-#        make armfuzz
+  armfuzz:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v2
+    - name: Qemu ARM emulation + Fuzz Test
+      run: |
+        make arminstall
+        make armfuzz
 
   bourne-shell:
     runs-on: ubuntu-latest
index b0e70486d5482c78c53df8b7b3ea71d1b2e35740..16d1d42819d688fcbbe5cbbeb731aba020938dae 100644 (file)
@@ -55,11 +55,6 @@ matrix:
         - make clean
         - make -C tests test-fuzzer-stackmode
 
-    - name: Qemu ARM emulation + Fuzz Test    # ~13.5mn
-      script:
-        - make arminstall
-        - make armfuzz
-
     # Introduced to check compat with old toolchains, to prevent e.g. #1872
     - name: ARM Build Test (on Trusty)
       dist: trusty