mirror of
https://github.com/facebook/zstd.git
synced 2025-11-29 00:04:37 -05:00
added x32 compatibility test
This commit is contained in:
parent
4cc5e2818a
commit
c94cda283c
12
.github/workflows/dev-short-tests.yml
vendored
12
.github/workflows/dev-short-tests.yml
vendored
@ -37,6 +37,18 @@ jobs:
|
|||||||
APT_PACKAGES="gcc-multilib" make apt-install
|
APT_PACKAGES="gcc-multilib" make apt-install
|
||||||
CFLAGS="-m32 -O1 -fstack-protector" make check V=1
|
CFLAGS="-m32 -O1 -fstack-protector" make check V=1
|
||||||
|
|
||||||
|
check-x32:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: make check on x32 ABI # https://en.wikipedia.org/wiki/X32_ABI
|
||||||
|
env:
|
||||||
|
CHECK_CONSTRAINED_MEM: true
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
APT_PACKAGES="gcc-multilib" make apt-install
|
||||||
|
CFLAGS="-mx32 -O1 -fstack-protector" make check V=1
|
||||||
|
|
||||||
gcc-7-libzstd:
|
gcc-7-libzstd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user