summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-10-20 18:50:09 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-10-20 18:50:09 -0400
commit5c7ce692c727e0047096d0ff10e66e1322925a00 (patch)
treeb7c1e67fb3e88833d5fbc8954b54a96cbd779ed5 /scripts
parent62908177cb1f3b4df9ea98f0bd17a2d39ec90ebd (diff)
downloadqtlocation-mapboxgl-5c7ce692c727e0047096d0ff10e66e1322925a00.tar.gz
build mesa from git
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index 0eb1cb9bdd..7cc6d98d0c 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -30,13 +30,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
mapbox_time "build_mesa" \
git clone git://anongit.freedesktop.org/git/mesa/mesa && \
cd mesa && \
- git tag -l && \
- cd ../ && \
- wget ftp://ftp.freedesktop.org/pub/mesa/10.3.1/MesaLib-10.3.1.tar.gz && \
- wget ftp://ftp.freedesktop.org/pub/mesa/10.3.1/MesaLib-10.3.1.tar.gz.sig && \
- # gpg --verify MesaLib-10.3.1.tar.gz.sig && \
- tar xzvf MesaLib-10.3.1.tar.gz && \
- cd Mesa-10.3.1 && \
+ git checkout mesa-10.3.1 && \
./autogen.sh --with-gallium-drivers=svga,swrast --disable-dri \
--enable-xlib-glx --enable-glx-tls --with-llvm-prefix=/usr/lib/llvm-3.4 \
--without-va && \