mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
Hold java packages to speed up build
This commit is contained in:
committed by
Thiago de Arruda
parent
9b9c1dee13
commit
42939d7648
@@ -106,6 +106,11 @@ elif [ "$TRAVIS_BUILD_TYPE" = "gcc/unittest" ]; then
|
|||||||
coveralls --encoding iso-8859-1
|
coveralls --encoding iso-8859-1
|
||||||
elif [ "$TRAVIS_BUILD_TYPE" = "gcc/ia32" ]; then
|
elif [ "$TRAVIS_BUILD_TYPE" = "gcc/ia32" ]; then
|
||||||
set_environment /opt/neovim-deps/32
|
set_environment /opt/neovim-deps/32
|
||||||
|
|
||||||
|
# Pins the version of the java package installed on the Travis VMs
|
||||||
|
# and avoids a lengthy upgrade process for them.
|
||||||
|
sudo apt-mark hold oracle-java7-installer oracle-java8-installer
|
||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
# Need this to keep apt-get from removing gcc when installing libncurses
|
# Need this to keep apt-get from removing gcc when installing libncurses
|
||||||
|
|||||||
Reference in New Issue
Block a user