mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
added pre-requisites for 32-bit tests in CI
This commit is contained in:
parent
c11db9c8b5
commit
d5eb7d1569
1 changed files with 3 additions and 1 deletions
4
.github/workflows/generic-dev.yml
vendored
4
.github/workflows/generic-dev.yml
vendored
|
|
@ -40,7 +40,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- 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:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue