Mesa (staging/21.1): travis: Download XQuartz from GitHub.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 16 07:06:53 UTC 2021


Module: Mesa
Branch: staging/21.1
Commit: 98d235a60d413824ae02fced6ae7fd7be7d878d9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=98d235a60d413824ae02fced6ae7fd7be7d878d9

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Wed May 26 21:35:17 2021 -0700

travis: Download XQuartz from GitHub.

Bintray was sunsetted on May 1st, 2021.

Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11026>
(cherry picked from commit fa1a1e7c803f3d6e67bd1962498636c20d39248f)

---

 .pick_status.json | 2 +-
 .travis.yml       | 2 +-
 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}



More information about the mesa-commit mailing list