diff options
author | pg <pg@yandex-team.com> | 2024-01-22 00:59:10 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-24 15:01:52 +0300 |
commit | c820a59c89354468c555d1203af9a7246ebd82ea (patch) | |
tree | 8fcb1ffa6540b217b270d2a2c54bf5b898946878 | |
parent | 24ffb56c4c60146465f60ac9e0d81fb9aa08529f (diff) | |
download | ydb-c820a59c89354468c555d1203af9a7246ebd82ea.tar.gz |
-rw-r--r-- | build/mapping.conf.json | 2 | ||||
-rw-r--r-- | build/platform/clang/clang16.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index c9f3725ffc..9c326383b3 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -43,6 +43,7 @@ "5554115224": "https://devtools-registry.s3.yandex.net/5554115224", "5550376885": "https://devtools-registry.s3.yandex.net/5550376885", "5531183987": "https://devtools-registry.s3.yandex.net/5531183987", + "5695783597": "https://devtools-registry.s3.yandex.net/5695783597", "5453803895": "https://devtools-registry.s3.yandex.net/5453803895", "5458408674": "https://devtools-registry.s3.yandex.net/5458408674", "5463300202": "https://devtools-registry.s3.yandex.net/5463300202", @@ -231,6 +232,7 @@ "5554115224": "OTHER_RESOURCE-none-none-clang-new-linux-aarch64.tgz", "5550376885": "OTHER_RESOURCE-none-none-clang-new.tgz", "5531183987": "OTHER_RESOURCE-none-none-clang.tgz", + "5695783597": "OTHER_RESOURCE-none-none-clangO3.tgz", "5453803895": "OTHER_RESOURCE-none-none-lld.tgz", "5458408674": "OTHER_RESOURCE-none-none-lld.tgz", "5463300202": "OTHER_RESOURCE-none-none-lld.tgz", diff --git a/build/platform/clang/clang16.json b/build/platform/clang/clang16.json index 4202c06105..0591b3f355 100644 --- a/build/platform/clang/clang16.json +++ b/build/platform/clang/clang16.json @@ -10,7 +10,7 @@ "uri": "sbr:5554115224" }, "linux-x86_64": { - "uri": "sbr:5694449293" + "uri": "sbr:5695783597" }, "win32-x86_64": { "uri": "sbr:5560184603" |