ci: Fix URL for glslang
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 27 Jul 2020 12:59:19 +0000 (14:59 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 29 Jul 2020 12:41:45 +0000 (12:41 +0000)
master-tot doesn't have that zip file any more, but the just made
release still does.

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

.gitlab-ci/container/x86_build-base.sh

index 748fea8652b731cb5506344d4dd97ef2a0d1e562..a833dcda4b10f874ae492a336f869cf29234c71f 100644 (file)
@@ -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