Mesa (master): ci: Fix URL for glslang

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 29 13:01:32 UTC 2020


Module: Mesa
Branch: master
Commit: 5262cd8be51dccee7b15bf888c7b4158bfa734cd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5262cd8be51dccee7b15bf888c7b4158bfa734cd

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Mon Jul 27 14:59:19 2020 +0200

ci: Fix URL for glslang

master-tot doesn't have that zip file any more, but the just made
release still does.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Rohan Garg <rohan.garg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5903>

---

 .gitlab-ci/container/x86_build-base.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/container/x86_build-base.sh b/.gitlab-ci/container/x86_build-base.sh
index 748fea8652b..a833dcda4b1 100644
--- a/.gitlab-ci/container/x86_build-base.sh
+++ b/.gitlab-ci/container/x86_build-base.sh
@@ -80,7 +80,7 @@ apt-get install -y --no-remove -t buster-backports \
 pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@6f5af7e5574509726c79109e3c147cee95e81366
 
 # for the vulkan overlay layer
-wget https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-linux-Release.zip
+wget https://github.com/KhronosGroup/glslang/releases/download/SDK-candidate-26-Jul-2020/glslang-master-linux-Release.zip
 unzip glslang-master-linux-Release.zip bin/glslangValidator
 install -m755 bin/glslangValidator /usr/local/bin/
 rm bin/glslangValidator glslang-master-linux-Release.zip



More information about the mesa-commit mailing list