diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-01 11:36:32 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-01 11:36:32 +0300 |
commit | 45799c2715cdd8b97f99eba8864d365389056b3d (patch) | |
tree | 110d7ea0fffd22962da3b0ecc93108c263c2e930 /build | |
parent | 613651f1b6810fbee85dc4ddb7b3cc5a0a0d665e (diff) | |
download | ydb-45799c2715cdd8b97f99eba8864d365389056b3d.tar.gz |
intermediate changes
ref:56767aba9e551eae48e94d9db7f17176562e2f45
Diffstat (limited to 'build')
-rw-r--r-- | build/ya.conf.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 11449a6937..00302aafac 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -3438,6 +3438,12 @@ "os": "LINUX" }, "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true } ], "env": { |