From: Nick Terrell Date: Tue, 25 Aug 2020 23:28:41 +0000 (-0700) Subject: [github actions] Disable armbuild and armfuzz tests X-Git-Tag: v1.4.7~93^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51dd7e69f999006207d14f45e1865fc403d887e6;p=thirdparty%2Fzstd.git [github actions] Disable armbuild and armfuzz tests --- diff --git a/.github/workflows/generic-dev.yml b/.github/workflows/generic-dev.yml index 42aa367d8..64902f231 100644 --- a/.github/workflows/generic-dev.yml +++ b/.github/workflows/generic-dev.yml @@ -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