diff options
author | robot-brewer <robot-brewer@yandex-team.com> | 2024-03-23 16:18:00 +0300 |
---|---|---|
committer | robot-brewer <robot-brewer@yandex-team.com> | 2024-03-23 16:30:48 +0300 |
commit | 5600188f5ca9837fbb91c322889634e39946f9ac (patch) | |
tree | 2f85e172ab97ee754f7d94e1cb80817cef886cf9 | |
parent | 37301b6734a60d826aedac5b317544c9fa12c4aa (diff) | |
download | ydb-5600188f5ca9837fbb91c322889634e39946f9ac.tar.gz |
Release clang16 #3
https://github.com/yandex/toolchain-registry/releases/tag/clang16-v3
4933cc7df4ccd5936759148df2d1474e9fd6245e
-rw-r--r-- | build/mapping.conf.json | 10 | ||||
-rw-r--r-- | build/platform/clang/clang16.json | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 4a3f60d844..4e44f80f95 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -75,14 +75,19 @@ "360916612": "https://devtools-registry.s3.yandex.net/360916612", "4312064267": "https://devtools-registry.s3.yandex.net/4312064267", "4312063561": "https://devtools-registry.s3.yandex.net/4312063561", + "6033368058": "https://devtools-registry.s3.yandex.net/6033368058", "6016439034": "https://devtools-registry.s3.yandex.net/6016439034", "6023726156": "https://devtools-registry.s3.yandex.net/6023726156", + "6033369023": "https://devtools-registry.s3.yandex.net/6033369023", "6016474886": "https://devtools-registry.s3.yandex.net/6016474886", "6023744448": "https://devtools-registry.s3.yandex.net/6023744448", + "6033489391": "https://devtools-registry.s3.yandex.net/6033489391", "6016673656": "https://devtools-registry.s3.yandex.net/6016673656", "6023846084": "https://devtools-registry.s3.yandex.net/6023846084", + "6033465229": "https://devtools-registry.s3.yandex.net/6033465229", "6016864019": "https://devtools-registry.s3.yandex.net/6016864019", "6023877997": "https://devtools-registry.s3.yandex.net/6023877997", + "6033421763": "https://devtools-registry.s3.yandex.net/6033421763", "6017210355": "https://devtools-registry.s3.yandex.net/6017210355", "6024131244": "https://devtools-registry.s3.yandex.net/6024131244", "2062930743": "https://devtools-registry.s3.yandex.net/2062930743", @@ -449,14 +454,19 @@ "360916612": "binutils 2.26 for linux_ubuntu_10.04_lucid", "4312064267": "black_linter for linux", "4312063561": "black_linter for linux-aarch64", + "6033368058": "clang-16-darwin-arm64-4a1002ac4598237a2d1439e314fbecda678cbb8e", "6016439034": "clang-16-darwin-arm64-f116dc6707c5baf24345777e6c4730785eff4535", "6023726156": "clang-16-darwin-arm64-f116dc6707c5baf24345777e6c4730785eff4535", + "6033369023": "clang-16-darwin-x86_64-4a1002ac4598237a2d1439e314fbecda678cbb8e", "6016474886": "clang-16-darwin-x86_64-f116dc6707c5baf24345777e6c4730785eff4535", "6023744448": "clang-16-darwin-x86_64-f116dc6707c5baf24345777e6c4730785eff4535", + "6033489391": "clang-16-linux-aarch64-4a1002ac4598237a2d1439e314fbecda678cbb8e", "6016673656": "clang-16-linux-aarch64-f116dc6707c5baf24345777e6c4730785eff4535", "6023846084": "clang-16-linux-aarch64-f116dc6707c5baf24345777e6c4730785eff4535", + "6033465229": "clang-16-linux-x86_64-4a1002ac4598237a2d1439e314fbecda678cbb8e", "6016864019": "clang-16-linux-x86_64-f116dc6707c5baf24345777e6c4730785eff4535", "6023877997": "clang-16-linux-x86_64-f116dc6707c5baf24345777e6c4730785eff4535", + "6033421763": "clang-16-mingw-w64-x86_64-4a1002ac4598237a2d1439e314fbecda678cbb8e", "6017210355": "clang-16-mingw-w64-x86_64-f116dc6707c5baf24345777e6c4730785eff4535", "6024131244": "clang-16-mingw-w64-x86_64-f116dc6707c5baf24345777e6c4730785eff4535", "2062930743": "contrib/libs/clang11/pkg-windows-x86_64.json", diff --git a/build/platform/clang/clang16.json b/build/platform/clang/clang16.json index 1eaa018193..f9d6146a0f 100644 --- a/build/platform/clang/clang16.json +++ b/build/platform/clang/clang16.json @@ -1,19 +1,19 @@ { "by_platform": { "darwin-arm64": { - "uri": "sbr:6023726156" + "uri": "sbr:6033368058" }, "darwin-x86_64": { - "uri": "sbr:6023744448" + "uri": "sbr:6033369023" }, "linux-aarch64": { - "uri": "sbr:6023846084" + "uri": "sbr:6033489391" }, "linux-x86_64": { - "uri": "sbr:6023877997" + "uri": "sbr:6033465229" }, "win32-x86_64": { - "uri": "sbr:6024131244" + "uri": "sbr:6033421763" } } } |