mirror of
https://github.com/facebook/zstd.git
synced 2025-10-07 00:12:40 -04:00
Merge pull request #2667 from senhuang42/arm_tests_ci
[CI] Add ARM tests back into CI
This commit is contained in:
commit
d92fef0f0a
34
.github/workflows/generic-dev.yml
vendored
34
.github/workflows/generic-dev.yml
vendored
@ -171,25 +171,23 @@ jobs:
|
|||||||
sudo apt-get install gcc-mingw-w64
|
sudo apt-get install gcc-mingw-w64
|
||||||
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CFLAGS="-Werror -O1" make zstd
|
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CFLAGS="-Werror -O1" make zstd
|
||||||
|
|
||||||
# TODO: Broken test - fix and uncomment
|
armbuild:
|
||||||
# armbuild:
|
runs-on: ubuntu-latest
|
||||||
# runs-on: ubuntu-16.04 # doesn't work on latest
|
steps:
|
||||||
# steps:
|
- uses: actions/checkout@v2
|
||||||
# - uses: actions/checkout@v2
|
- name: ARM Build Test
|
||||||
# - name: ARM Build Test
|
run: |
|
||||||
# run: |
|
make arminstall
|
||||||
# make arminstall
|
make armbuild
|
||||||
# make armbuild
|
|
||||||
|
|
||||||
# TODO: Broken test - fix and uncomment
|
armfuzz:
|
||||||
# armfuzz:
|
runs-on: ubuntu-latest
|
||||||
# runs-on: ubuntu-16.04 # doesn't work on latest
|
steps:
|
||||||
# steps:
|
- uses: actions/checkout@v2
|
||||||
# - uses: actions/checkout@v2
|
- name: Qemu ARM emulation + Fuzz Test
|
||||||
# - name: Qemu ARM emulation + Fuzz Test
|
run: |
|
||||||
# run: |
|
make arminstall
|
||||||
# make arminstall
|
make armfuzz
|
||||||
# make armfuzz
|
|
||||||
|
|
||||||
bourne-shell:
|
bourne-shell:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -55,11 +55,6 @@ matrix:
|
|||||||
- make clean
|
- make clean
|
||||||
- make -C tests test-fuzzer-stackmode
|
- 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
|
# Introduced to check compat with old toolchains, to prevent e.g. #1872
|
||||||
- name: ARM Build Test (on Trusty)
|
- name: ARM Build Test (on Trusty)
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user