aboutsummaryrefslogtreecommitdiffstats
path: root/build/ya.conf.json
diff options
context:
space:
mode:
authorionagamed <ionagamed@yandex-team.com>2024-03-12 17:24:56 +0300
committerionagamed <ionagamed@yandex-team.com>2024-03-12 17:37:00 +0300
commit2f909c77e1e1f6026f0189dbdb556b736cb52c78 (patch)
treedb369497e2f08fb1f53f39d808216abad66457a2 /build/ya.conf.json
parente84602b8f2b95d10d45eb11369ae7d627339c881 (diff)
downloadydb-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.json7
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"
}
}
}