From 8172751f2a27d00ed39b32ba2f2b3fb13f8223ef Mon Sep 17 00:00:00 2001 From: kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:46:54 -0700 Subject: Switch from ubuntu-18 to centos-7 for older glibc build (#4496) --- deps/target-deps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deps') diff --git a/deps/target-deps.json b/deps/target-deps.json index b8eb77ae4..250d5fa1a 100644 --- a/deps/target-deps.json +++ b/deps/target-deps.json @@ -17,14 +17,14 @@ }, { "name" : "slang-glslang", - "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v13.0.0.x-j/slang-glslang-13.0.0.x-j-", + "baseUrl" : "https://github.com/shader-slang/slang-glslang/releases/download/v13.0.0.x-k/slang-glslang-13.0.0.x-k-", "optional" : true, "packages" : { "windows-x86_64" : { "type" : "url", "path" : "windows-x64-release.zip" }, "windows-x86" : { "type": "url", "path" : "windows-win32-release.zip" }, "linux-x86_64" : { "type": "url", "path" : "linux-x64-release.zip" }, - "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "linux-x64-release-glibc-2.27.zip" }, + "linux-x86_64-glibc-2.27" : { "type": "url", "path" : "linux-x64-release-glibc-2.17.zip" }, "linux-x86" : { "type": "url", "path" : "linux-x86-release.zip" }, "macosx-x86_64" : { "type": "url", "path" : "macosx-x86_64-release.zip" }, "windows-aarch64" : { "type" : "url", "path" : "windows-aarch64-release.zip" } -- cgit v1.2.3