From 10a7def6c03e29c4246a01577199aaf35e29f9f9 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Thu, 7 Feb 2019 15:32:41 -0500 Subject: [PATCH] Smoketest should use KhronosGroup glslang (#2363) --- kokoro/shaderc-smoketest/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/shaderc-smoketest/build.sh b/kokoro/shaderc-smoketest/build.sh index 638ca8c61..0856c9b25 100644 --- a/kokoro/shaderc-smoketest/build.sh +++ b/kokoro/shaderc-smoketest/build.sh @@ -37,7 +37,7 @@ cd $SHADERC_DIR/third_party # Get shaderc dependencies. Link the appropriate SPIRV-Tools. git clone https://github.com/google/googletest.git -git clone https://github.com/google/glslang.git +git clone https://github.com/KhronosGroup/glslang.git ln -s $GITHUB_DIR/SPIRV-Tools spirv-tools git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers git clone https://github.com/google/re2