aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-02-16 01:10:39 +0300
committerInnokentii Mokin <innokentii@ydb.tech>2024-02-16 18:35:23 +0000
commit8c53cd6a582c18c37ac6886470a859fc1bce2ad7 (patch)
tree6870aff17ea89a12ae6357ea2add20dee59feb5a
parentf393724d9b78ecdb35c991ca82bb909244570edd (diff)
downloadydb-8c53cd6a582c18c37ac6886470a859fc1bce2ad7.tar.gz
Intermediate changes
-rw-r--r--build/ya.conf.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 44022d1330..7473b7c228 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -862,6 +862,17 @@
"arch": "armv7ahf_cortex_a53",
"os": "LINUX"
}
+ },
+ {
+ "default": false,
+ "host": {
+ "arch": "arm64",
+ "os": "DARWIN"
+ },
+ "target": {
+ "arch": "armv7ahf_cortex_a53",
+ "os": "LINUX"
+ }
}
],
"tools": {
@@ -1421,6 +1432,17 @@
"arch": "wasm64",
"os": "EMSCRIPTEN"
}
+ },
+ {
+ "default": true,
+ "host": {
+ "arch": "arm64",
+ "os": "DARWIN"
+ },
+ "target": {
+ "arch": "armv7ahf_cortex_a53",
+ "os": "LINUX"
+ }
}
],
"tools": {