From 270a5471b2001d53051e409bd6918556f8602118 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 6 Oct 2017 21:47:00 +0300 Subject: [PATCH] Travis CI: Test also 32-bit build with ASan (on OS X, with unmapping) (Cherry-pick commits 535cf36, 09c981a from 'master' branch.) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index ca8b25c3..f018845e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -284,6 +284,11 @@ matrix: - CFLAGS_EXTRA="-fsanitize=address -fno-common -fno-omit-frame-pointer" - CONF_OPTIONS="--enable-cplusplus" - TESTS_CUSTOM_RUN=true + - os: osx + env: + - CFLAGS_EXTRA="-fsanitize=address -m32 -fno-omit-frame-pointer" + - CONF_OPTIONS="--disable-shared --enable-cplusplus --enable-munmap" + - NO_CLONE_LIBATOMIC_OPS=true - os: linux addons: apt: -- 2.40.0