summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-10-20 18:18:42 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-10-20 18:18:42 -0400
commitc50ccc420d57b3358d5a32e8ed5b9a25efc5f01a (patch)
treeb0c519cb9b465afcfe07c006e816760e3f2d204a /scripts
parent2b23ca07400733134ba756a6a3c19eadaf7f20af (diff)
downloadqtlocation-mapboxgl-c50ccc420d57b3358d5a32e8ed5b9a25efc5f01a.tar.gz
download mesa 10.3.1 from ftp
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index 034ee18197..aea8fb4469 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -29,8 +29,13 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
mapbox_time "build_mesa" \
git clone git://anongit.freedesktop.org/git/mesa/mesa && \
- git checkout mesa-10.3.1 && \
- 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 && \
./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 && \