mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
Travis: Disable Valgrind in GCC build. #2806
With Valgrind, the GCC build frequently passed the 50 min timeout on Travis.
This commit is contained in:
11
.ci/gcc.sh
11
.ci/gcc.sh
@@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
sudo pip install cpp-coveralls
|
sudo pip install cpp-coveralls
|
||||||
|
|
||||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
# FIXME: Valgrind temporarily disabled (Timeouts on Travis).
|
||||||
sudo apt-get install valgrind
|
# if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
export VALGRIND=1
|
# sudo apt-get install valgrind
|
||||||
export VALGRIND_LOG="$tmpdir/valgrind-%p.log"
|
# export VALGRIND=1
|
||||||
fi
|
# export VALGRIND_LOG="$tmpdir/valgrind-%p.log"
|
||||||
|
# fi
|
||||||
|
|
||||||
setup_deps x64
|
setup_deps x64
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user