diff options
-rw-r--r-- | .ci/gcc-32.sh | 12 | ||||
-rw-r--r-- | .travis.yml | 1 |
2 files changed, 2 insertions, 11 deletions
diff --git a/.ci/gcc-32.sh b/.ci/gcc-32.sh index 56f972bd1a..d346d63db1 100644 --- a/.ci/gcc-32.sh +++ b/.ci/gcc-32.sh @@ -1,16 +1,6 @@ . "$CI_SCRIPTS/common.sh" -# Need this to keep apt-get from removing gcc when installing libncurses -# below. -sudo apt-get install libc6-dev libc6-dev:i386 - -# Do this separately so that things get configured correctly, otherwise -# libncurses fails to install. -sudo apt-get install gcc-multilib g++-multilib - -# Install the dev version to get the pkg-config and symlinks installed -# correctly. -sudo apt-get install libncurses5-dev:i386 +sudo apt-get install gcc-multilib setup_deps x86 diff --git a/.travis.yml b/.travis.yml index 6a5a33cc49..34df160ba0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: required language: c os: - linux |