Enable large hugepage tests for arm64 on Travis

This commit is contained in:
Guangli Dai
2024-12-13 15:06:06 -08:00
committed by Qi Wang
parent 6786934280
commit a17385a882
2 changed files with 20 additions and 0 deletions

View File

@@ -295,6 +295,9 @@ jobs:
- os: linux
arch: arm64
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
- os: linux
arch: arm64
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-lg-page=16 --with-lg-hugepage=29" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
- os: linux
arch: arm64
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"