Merge pull request #2885 from yoniko/limit-level-32bit-systems

Limit `ZSTD_maxCLevel` to 21 for 32-bit binaries.
This commit is contained in:
Yann Collet
2021-12-01 14:19:16 -08:00
committed by GitHub
6 changed files with 13 additions and 5 deletions
+2
View File
@@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: make check on 32-bit
env:
CHECK_CONSTRAINED_MEM: true
run: |
sudo apt update
APT_PACKAGES="gcc-multilib" make apt-install