From 8307f82f86e499c74fa724770cb2b29aebcba190 Mon Sep 17 00:00:00 2001 From: Ani Date: Mon, 26 Oct 2020 02:28:59 +0000 Subject: [PATCH] ci: Set glslang checksum back to auto-builds Forgot to set on #9124 --- .ci/setup-windows.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/setup-windows.sh b/.ci/setup-windows.sh index e7988c17d7..3752235ac7 100755 --- a/.ci/setup-windows.sh +++ b/.ci/setup-windows.sh @@ -75,8 +75,7 @@ for url in $DEP_URLS; do case "$url" in *qt*) checksum=$(curl -L "${url}.sha1"); algo="sha1"; outDir='C:\Qt\' ;; *llvm*) checksum=$(curl -L "${url}.sha256"); algo="sha256"; outDir="." ;; - #*glslang*) checksum=$(curl -L "${url}.sha256"); algo="sha256"; outDir="./lib/Release - LLVM-x64" ;; <- Temporarily disabled auto-build - *glslang*) checksum=$(curl -L 'https://www.dropbox.com/s/hwnatk68n70jap0/glslanglibs_mt.7z.sha256'); algo="sha256"; outDir="./lib/Release - LLVM-x64" ;; + *glslang*) checksum=$(curl -L "${url}.sha256"); algo="sha256"; outDir="./lib/Release - LLVM-x64" ;; *Vulkan*) # Vulkan setup needs to be run in batch environment # Need to subshell this or else it doesn't wait