mirror of
https://github.com/facebook/zstd.git
synced 2025-10-08 00:04:02 -04:00
added pre-requisites for 32-bit tests in CI
This commit is contained in:
parent
c11db9c8b5
commit
d5eb7d1569
4
.github/workflows/generic-dev.yml
vendored
4
.github/workflows/generic-dev.yml
vendored
@ -40,7 +40,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make check on 32-bit
|
- name: make check on 32-bit
|
||||||
run: CFLAGS="-m32 -O1 -fstack-protector" make test V=1
|
run: |
|
||||||
|
make libc6install
|
||||||
|
CFLAGS="-m32 -O1 -fstack-protector" make test V=1
|
||||||
|
|
||||||
gcc-6-7-libzstd:
|
gcc-6-7-libzstd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user