]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[github actions] Disable armbuild and armfuzz tests 2284/head
authorNick Terrell <terrelln@fb.com>
Tue, 25 Aug 2020 23:28:41 +0000 (16:28 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 25 Aug 2020 23:28:41 +0000 (16:28 -0700)
.github/workflows/generic-dev.yml

index 42aa367d84f43d783dd3c5ef8cfdc61aa95614cf..64902f231477a9c5edde02f039e9777822c49323 100644 (file)
@@ -155,23 +155,25 @@ 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
 
-  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
-
-  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
+# 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
+
+# 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
 
   bourne-shell:
     runs-on: ubuntu-latest