diff options
Diffstat (limited to '.ci/gcc-32.sh')
-rw-r--r-- | .ci/gcc-32.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.ci/gcc-32.sh b/.ci/gcc-32.sh index ec51cfab69..c128e91988 100644 --- a/.ci/gcc-32.sh +++ b/.ci/gcc-32.sh @@ -1,10 +1,5 @@ . "$CI_SCRIPTS/common.sh" -# To install lupa, a temporarary functional test dependency, we require the -# 64-bit luajit since travis version of python is 64-bit. -export PKG_CONFIG_PATH="/opt/neovim-deps/64/usr/lib/pkgconfig" -install_functional_test_deps - set_environment /opt/neovim-deps/32 # Need this to keep apt-get from removing gcc when installing libncurses |