Remove --enable-limit-usize-gap for cirrus CI since the config-time option is removed.

This commit is contained in:
Guangli Dai 2025-06-13 15:46:51 -07:00 committed by Guangli Dai
parent f9e9e0986a
commit 95f9f934ca

View file

@ -40,7 +40,7 @@ task:
# We don't perfectly track freebsd stdlib.h definitions. This is fine when
# we count as a system header, but breaks otherwise, like during these
# tests.
- ./configure --with-jemalloc-prefix=ci_ --enable-limit-usize-gap ${DEBUG_CONFIG} ${PROF_CONFIG} ${UNCOMMON_CONFIG}
- ./configure --with-jemalloc-prefix=ci_ ${DEBUG_CONFIG} ${PROF_CONFIG} ${UNCOMMON_CONFIG}
- export JFLAG=`sysctl -n kern.smp.cpus`
- gmake -j${JFLAG}
- gmake -j${JFLAG} tests