summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@freedesktop.org>2021-05-26 21:35:17 -0700
committerEric Engestrom <eric@engestrom.ch>2021-06-16 09:06:28 +0200
commit98d235a60d413824ae02fced6ae7fd7be7d878d9 (patch)
tree5a7f93410cf36ff5bf42ab77688793b69727a860
parent61d145ba7902eea282cf1c76f910693f987f2d34 (diff)
travis: Download XQuartz from GitHub.
Bintray was sunsetted on May 1st, 2021. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11026> (cherry picked from commit fa1a1e7c803f3d6e67bd1962498636c20d39248f)
-rw-r--r--.pick_status.json2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pick_status.json b/.pick_status.json
index edf6148018e..d6fb07fed09 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -8797,7 +8797,7 @@
"description": "travis: Download XQuartz from GitHub.",
"nominated": false,
"nomination_type": null,
- "resolution": 4,
+ "resolution": 1,
"main_sha": null,
"because_sha": null
},
diff --git a/.travis.yml b/.travis.yml
index c05ed55eeda..104c26c5b11 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ before_install:
# Install xquartz for prereqs ...
- XQUARTZ_VERSION="2.7.11"
- - wget -nv https://dl.bintray.com/xquartz/downloads/XQuartz-${XQUARTZ_VERSION}.dmg
+ - wget -nv https://github.com/XQuartz/XQuartz/releases/download/XQuartz-${XQUARTZ_VERSION}/XQuartz-${XQUARTZ_VERSION}.dmg
- hdiutil attach XQuartz-${XQUARTZ_VERSION}.dmg
- sudo installer -pkg /Volumes/XQuartz-${XQUARTZ_VERSION}/XQuartz.pkg -target /
- hdiutil detach /Volumes/XQuartz-${XQUARTZ_VERSION}