Enable SPIR-V validator in the module-building chain.
[platform/upstream/VK-GL-CTS.git] / external / fetch_sources.py
index bf34f99..7c9e83e 100644 (file)
@@ -169,12 +169,12 @@ PACKAGES = [
                "libpng",
                postExtract = postExtractLibpng),
        GitRepo(
-               "git@gitlab.khronos.org:spirv/spirv-tools.git",
-               "3e6b2dfa699b13987657298ab2a7652a0a577ca9",
+               "https://github.com/KhronosGroup/SPIRV-Tools.git",
+               "7ef6da7b7f9175da509b4d71a881c0a04e0b701b",
                "spirv-tools"),
        GitRepo(
-               "git@gitlab.khronos.org:GLSL/glslang.git",
-               "1288bc18d66566e16d50ff36377bea130fd55fdf",
+               "https://github.com/KhronosGroup/glslang.git",
+               "5184353326ae52d63a1d7c7fccd66269aab768f7",
                "glslang"),
 ]