Validation fixes for dEQP-VK.synchronization
[platform/upstream/VK-GL-CTS.git] / external / fetch_sources.py
index 08409e3..67024d5 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",
+               "f7e63786a919040cb2e0e572d960a0650f2c2881",
                "spirv-tools"),
        GitRepo(
-               "git@gitlab.khronos.org:GLSL/glslang.git",
-               "5a8f43c0ba55b31adb900bbbdf9f177677d02969",
+               "https://github.com/KhronosGroup/glslang.git",
+               "5639f3aca5b75cbe5419a623eecf5e3794fab917",
                "glslang"),
 ]