diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-16 01:10:39 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-16 01:19:50 +0300 |
commit | 4ba86122014389d824bb2dedf23ee694b4f0a412 (patch) | |
tree | 642f5fb27d5cf3af9f6447f6af3777a93b3cc48d /build/ya.conf.json | |
parent | 01cdb621d8dd46d0afa2e0ce8ffa800b7185be1a (diff) | |
download | ydb-4ba86122014389d824bb2dedf23ee694b4f0a412.tar.gz |
Intermediate changes
Diffstat (limited to 'build/ya.conf.json')
-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": { |