summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorkaizhangNV <149626564+kaizhangNV@users.noreply.github.com>2024-04-19 21:27:10 -0700
committerGitHub <noreply@github.com>2024-04-19 21:27:10 -0700
commit8362c2d46e2da0c20fbd3daf511ccdf425f9a1f0 (patch)
tree5f4eb50535acb6b6dda589c4697817860fbc9ca4 /deps
parentbeae3a9d219dac1e4e3da9c357b25d06370388f3 (diff)
Create a new release build for linux_x64. (#3989)
Diffstat (limited to 'deps')
-rw-r--r--deps/target-deps.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/target-deps.json b/deps/target-deps.json
index ddd29b78a..0e6d5badd 100644
--- a/deps/target-deps.json
+++ b/deps/target-deps.json
@@ -23,6 +23,7 @@
"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" : { "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" }