Merge pull request #2440 from facebook/fixga32
try to fix 32-bit test on github actions
This commit is contained in:
@@ -41,7 +41,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make check on 32-bit
|
- name: make check on 32-bit
|
||||||
run: |
|
run: |
|
||||||
make libc6install
|
sudo apt update
|
||||||
|
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
|
||||||
|
|
||||||
gcc-6-7-libzstd:
|
gcc-6-7-libzstd:
|
||||||
|
|||||||
Reference in New Issue
Block a user