diff options
author | grtlr <lyzrd17@gmail.com> | 2015-04-15 09:52:22 +0200 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2015-04-16 18:25:03 +0300 |
commit | 1b07f5711c4205bd22fd584afca7cfe7b99f45b3 (patch) | |
tree | 994fbbb9cc047480b4aff626bc716a8deaf4c994 /.ci | |
parent | 52e995509fab4b110b0c91ef5f57b9fa9051e2c0 (diff) | |
download | rneovim-1b07f5711c4205bd22fd584afca7cfe7b99f45b3.tar.gz rneovim-1b07f5711c4205bd22fd584afca7cfe7b99f45b3.tar.bz2 rneovim-1b07f5711c4205bd22fd584afca7cfe7b99f45b3.zip |
Travis: Remove unused dependencies #2431
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/gcc-32.sh | 12 |
1 files changed, 1 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 |