mirror of
https://github.com/wassname/ray.git
synced 2026-08-17 11:25:34 +08:00
Fix valgrind build by installing new version of valgrind (#5008)
This commit is contained in:
committed by
Robert Nishihara
parent
31b6da12f9
commit
3b23d94cb8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user