diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-16 01:10:39 +0300 |
---|---|---|
committer | Innokentii Mokin <innokentii@ydb.tech> | 2024-02-16 18:35:23 +0000 |
commit | 8c53cd6a582c18c37ac6886470a859fc1bce2ad7 (patch) | |
tree | 6870aff17ea89a12ae6357ea2add20dee59feb5a | |
parent | f393724d9b78ecdb35c991ca82bb909244570edd (diff) | |
download | ydb-8c53cd6a582c18c37ac6886470a859fc1bce2ad7.tar.gz |
Intermediate changes
-rw-r--r-- | build/ya.conf.json | 22 |
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": { |