diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-05 17:12:10 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-05 17:27:46 +0300 |
commit | a75d931e987608f3e7cd857ddd6c5aea464e4233 (patch) | |
tree | 1c5e677a63a7d3c4964ba16930ad1ffcd33819bb | |
parent | 59c169a9d4f6fd3934dfa7f9ca386114a5d3aabc (diff) | |
download | ydb-a75d931e987608f3e7cd857ddd6c5aea464e4233.tar.gz |
Intermediate changes
-rw-r--r-- | build/ya.conf.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index ef30640563..b95d7bf26f 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -686,7 +686,7 @@ }, "platforms": [ { - "default": false, + "default": true, "host": { "os": "LINUX" }, @@ -696,7 +696,7 @@ } }, { - "default": false, + "default": true, "host": { "os": "LINUX" }, @@ -706,7 +706,7 @@ } }, { - "default": false, + "default": true, "host": { "os": "WIN" }, @@ -716,7 +716,7 @@ } }, { - "default": false, + "default": true, "host": { "os": "WIN" }, |