From c5b855d77f6cdcc1ecb5c24de98f28347700e3c8 Mon Sep 17 00:00:00 2001 From: kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> Date: Sun, 21 Apr 2024 21:27:19 -0700 Subject: Update the dependency file (#3994) Update the dependency file to use the latest release version for slang-llvm and slang-glslang where we added a new Linux release to support the older version of Glibc-2.27. Fix a type in github.sh for the glibc compatible option input for premake5.lua. --- github_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'github_build.sh') diff --git a/github_build.sh b/github_build.sh index d905ec5eb..aa1f9e8f9 100644 --- a/github_build.sh +++ b/github_build.sh @@ -21,7 +21,7 @@ if [[ "aarch64" == "${TARGETARCH}" && "release" == "${CONFIGURATION}" ]]; then fi if [[ ! -z ${GLIBC_COMPATIBLE} ]]; then - glibcCompatible="--glibcForwardCompatible=true" + glibcCompatible="--glibc-forward-compatible=true" fi if [[ "${ARCH}" != "${TARGETARCH}" ]]; then -- cgit v1.2.3