From: Ivan Maidanski Date: Thu, 29 Jun 2017 18:23:10 +0000 (+0300) Subject: Travis CI: Test --disable-munmap X-Git-Tag: v8.0.0~655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6977d30753d87ec4eed6152c1f68f0ce862308bd;p=gc Travis CI: Test --disable-munmap --- diff --git a/.travis.yml b/.travis.yml index cfe4a93e..186a3180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ matrix: - os: linux compiler: gcc env: - - CONF_OPTIONS="--disable-threads --with-checksums --enable-cplusplus" + - CONF_OPTIONS="--disable-threads --with-checksums --disable-munmap --enable-cplusplus" - NO_CLONE_LIBATOMIC_OPS=true - os: linux compiler: clang @@ -199,7 +199,7 @@ matrix: - gcc-multilib compiler: gcc env: - - CONF_OPTIONS="--enable-large-config" + - CONF_OPTIONS="--enable-large-config --disable-munmap" - CFLAGS_EXTRA="-m32" - os: linux compiler: gcc