From 6c05e51cbc0781d6826370a618dc61855b79bb4f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 8 Jun 2016 16:24:39 -0700 Subject: [linux] Mesa 11.2.2 (#5290) --- scripts/travis_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/travis_setup.sh b/scripts/travis_setup.sh index e9fa87811f..dfd045224a 100755 --- a/scripts/travis_setup.sh +++ b/scripts/travis_setup.sh @@ -45,8 +45,8 @@ git submodule update --init .mason # Install and set up to load a more recent version of mesa mapbox_time "install_mesa" \ -mason install mesa 10.4.3 -export LD_LIBRARY_PATH="`mason prefix mesa 10.4.3`/lib:${LD_LIBRARY_PATH:-}" +mason install mesa 11.2.2 +export LD_LIBRARY_PATH="`mason prefix mesa 11.2.2`/lib:${LD_LIBRARY_PATH:-}" # Install and set up to load awscli pip install --user awscli -- cgit v1.2.1