From: Ivan Maidanski Date: Mon, 27 Mar 2017 07:31:55 +0000 (+0300) Subject: Travis CI: Install gcc-multilib for CSA check with '-m32' option X-Git-Tag: v8.0.0~812 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99d7e8d6ef6b1853aba44fb7fbfb52d260a04bb7;p=gc Travis CI: Install gcc-multilib for CSA check with '-m32' option (fix commit 369d606) --- diff --git a/.travis.yml b/.travis.yml index 4ca18583..556951ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,6 +155,7 @@ matrix: - CFLAGS_EXTRA="-O3 -march=native" - CONF_CPP=--enable-cplusplus - os: linux + addons: { apt: { packages: [ gcc-multilib ] } } env: [ CSA_CHECK=true, CFLAGS_EXTRA="-m32" ] - os: linux env: