mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Remove --enable-limit-usize-gap for cirrus CI since the config-time option is removed.
This commit is contained in:
@@ -40,7 +40,7 @@ task:
|
|||||||
# We don't perfectly track freebsd stdlib.h definitions. This is fine when
|
# 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
|
# we count as a system header, but breaks otherwise, like during these
|
||||||
# tests.
|
# 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`
|
- export JFLAG=`sysctl -n kern.smp.cpus`
|
||||||
- gmake -j${JFLAG}
|
- gmake -j${JFLAG}
|
||||||
- gmake -j${JFLAG} tests
|
- gmake -j${JFLAG} tests
|
||||||
|
|||||||
Reference in New Issue
Block a user