Fix valgrind build by installing new version of valgrind (#5008)

This commit is contained in:
Philipp Moritz
2019-06-20 22:22:37 -07:00
committed by Robert Nishihara
parent 31b6da12f9
commit 3b23d94cb8
+4
View File
@@ -74,8 +74,12 @@ matrix:
- eval `python $TRAVIS_BUILD_DIR/ci/travis/determine_tests_to_run.py`
- if [ $RAY_CI_PYTHON_AFFECTED != "1" ]; then exit; fi
# Install a newer version of valgrind, the one that comes with
# Ubuntu 16.04 is broken (Illegal instruction)
- sudo add-apt-repository -y ppa:msulikowski/valgrind
- sudo apt-get update -qq
- sudo apt-get install -qq valgrind
install:
- if [ $RAY_CI_PYTHON_AFFECTED != "1" ]; then exit; fi