From: Ivan Maidanski Date: Thu, 29 Jun 2017 18:23:10 +0000 (+0300) Subject: Travis CI: Test --disable-munmap X-Git-Tag: v7.4.6~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f4cf086462d964f1433e2bd14404d57acd18c0d;p=gc Travis CI: Test --disable-munmap (Cherry-pick commit 6977d30 from 'master' branch.) --- diff --git a/.travis.yml b/.travis.yml index e6c22cb7..042d17a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,7 @@ matrix: compiler: gcc env: - CFLAGS_EXTRA="-D CHECKSUMS" - - CONF_OPTIONS="--disable-threads --enable-cplusplus" + - CONF_OPTIONS="--disable-threads --disable-munmap --enable-cplusplus" - NO_CLONE_LIBATOMIC_OPS=true - os: linux compiler: clang @@ -155,7 +155,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