diff options
author | pg <pg@yandex-team.com> | 2023-11-27 21:19:00 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2023-11-27 22:00:08 +0300 |
commit | e9790c9b3f1749756af5fe393b13e92d96063ff7 (patch) | |
tree | 999fcd9ac2ff6c8688c233d958794090e1cba25e | |
parent | 5bb4e90974958750a82f9055c1e8086bbc292379 (diff) | |
download | ydb-e9790c9b3f1749756af5fe393b13e92d96063ff7.tar.gz |
-rw-r--r-- | build/mapping.conf.json | 8 | ||||
-rw-r--r-- | build/platform/lld/lld16.json | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index ee59b01f95..5ea4e152dd 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -31,6 +31,8 @@ "5424033677": "http://devtools-registry.s3.yandex.net/5424033677", "5424038053": "http://devtools-registry.s3.yandex.net/5424038053", "5424051723": "http://devtools-registry.s3.yandex.net/5424051723", + "5451927938": "http://devtools-registry.s3.yandex.net/5451927938", + "5451200437": "http://devtools-registry.s3.yandex.net/5451200437", "4908351129": "http://devtools-registry.s3.yandex.net/4908351129", "1966560555": "http://devtools-registry.s3.yandex.net/1966560555", "309054781": "http://devtools-registry.s3.yandex.net/309054781", @@ -77,8 +79,6 @@ "4307901240": "http://devtools-registry.s3.yandex.net/4307901240", "4307903123": "http://devtools-registry.s3.yandex.net/4307903123", "3833498694": "http://devtools-registry.s3.yandex.net/3833498694", - "4778799138": "http://devtools-registry.s3.yandex.net/4778799138", - "4778774375": "http://devtools-registry.s3.yandex.net/4778774375", "4778824667": "http://devtools-registry.s3.yandex.net/4778824667", "2088833948": "http://devtools-registry.s3.yandex.net/2088833948", "3167009386": "http://devtools-registry.s3.yandex.net/3167009386", @@ -135,6 +135,8 @@ "5424033677": "OTHER_RESOURCE-none-1.21.3-y_go1.21.3.linux-amd64.tar.gz", "5424038053": "OTHER_RESOURCE-none-1.21.3-y_go1.21.3.linux-arm64.tar.gz", "5424051723": "OTHER_RESOURCE-none-1.21.3-y_go1.21.3.windows-amd64.tar.gz", + "5451927938": "OTHER_RESOURCE-none-none-lld.tgz", + "5451200437": "OTHER_RESOURCE-none-none-lld.tgz", "4908351129": "OTHER_RESOURCE-none-none-lld.tgz", "1966560555": "Ubuntu 14 x86-64 native SDK (patched, v3)", "309054781": "Ubuntu 16 x86-64 -> Ubuntu 16 aarch64 cross SDK", @@ -181,8 +183,6 @@ "4307901240": "flake8_linter for linux-aarch64", "4307903123": "flake8_linter.exe for win32-clang-cl", "3833498694": "gdb 11.2 for osx_10.15_catalina", - "4778799138": "lld darwin x86_64", - "4778774375": "lld for darwin arm64", "4778824667": "lld for linux aarch64", "2088833948": "macOS 11.1 Big Sur SDK / Xcode 12.4 (12D4e)", "3167009386": "openjdk 11.0.15 vanilla for darwin", diff --git a/build/platform/lld/lld16.json b/build/platform/lld/lld16.json index b6cb6dc85e..fbe801232d 100644 --- a/build/platform/lld/lld16.json +++ b/build/platform/lld/lld16.json @@ -1,10 +1,12 @@ { "by_platform": { "darwin-arm64": { - "uri": "sbr:4778774375" + "_origin": "https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.5/clang+llvm-16.0.5-arm64-apple-darwin22.0.tar.xz", + "uri": "sbr:5451200437" }, "darwin-x86_64": { - "uri": "sbr:4778799138" + "_origin": "https://formulae.brew.sh/api/formula/llvm.json", + "uri": "sbr:5451927938" }, "linux-aarch64": { "uri": "sbr:4778824667" |