From f8575fd1e4444f2fe07cc1bea1b61dd18f10c72f Mon Sep 17 00:00:00 2001 From: Jan Viljanen Date: Sun, 6 May 2018 11:33:21 +0200 Subject: [PATCH] CI/travis: fix building 32bit on linux (#8365) Fixes #8351 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab32b38f3d..6372a7eda5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ jobs: - os: linux # Travis creates a cache per compiler. Set a different value here to # store 32-bit dependencies in a separate cache. - compiler: gcc -m32 + compiler: gcc env: BUILD_32BIT=ON - os: osx compiler: clang