diff options
author | ionagamed <ionagamed@yandex-team.com> | 2024-03-12 17:24:56 +0300 |
---|---|---|
committer | ionagamed <ionagamed@yandex-team.com> | 2024-03-12 17:37:00 +0300 |
commit | 2f909c77e1e1f6026f0189dbdb556b736cb52c78 (patch) | |
tree | db369497e2f08fb1f53f39d808216abad66457a2 /build/ya.conf.json | |
parent | e84602b8f2b95d10d45eb11369ae7d627339c881 (diff) | |
download | ydb-2f909c77e1e1f6026f0189dbdb556b736cb52c78.tar.gz |
replace clang-format tool with bin from clang16
9b23e8cc489477a964dcf1240c5a3bca847ab01a
Diffstat (limited to 'build/ya.conf.json')
-rw-r--r-- | build/ya.conf.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 35d846286e..59aea2657a 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -57,11 +57,14 @@ }, "formula": { "by_platform": { + "darwin-arm64": { + "uri": "sbr:5950102802" + }, "darwin-x86_64": { - "uri": "sbr:4111727026" + "uri": "sbr:5950103181" }, "linux-x86_64": { - "uri": "sbr:4111727778" + "uri": "sbr:5950104171" } } } |