Skip to content

Commit

Permalink
Fix valgrind build by installing new version of valgrind (#5008)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and robertnishihara committed Jun 21, 2019
1 parent 31b6da1 commit 3b23d94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b23d94

Please sign in to comment.