diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-10 17:53:52 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-10 17:53:52 +0300 |
commit | 5c64b97bb7e4034eff8833e4c367f61d34fcb4ee (patch) | |
tree | 7c5769528f2fcdaa5a718aa73e4aa64d50905269 /build/conf | |
parent | 1b56f620ac98766b198121ca1b728e7e61efbb56 (diff) | |
download | ydb-5c64b97bb7e4034eff8833e4c367f61d34fcb4ee.tar.gz |
intermediate changes
ref:4635f4dd763168c3fa295f87727595c785b4d5a4
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/opensource.conf | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/build/conf/opensource.conf b/build/conf/opensource.conf index c0ab8489b8..027f6a3e42 100644 --- a/build/conf/opensource.conf +++ b/build/conf/opensource.conf @@ -1,14 +1,14 @@ -when ($CATBOOST_OPENSOURCE == "yes") { - OPENSOURCE=yes -} - -when ($OPENSOURCE) { - LOCAL_YDB_DOCKER_PUBLIC_BUILD=yes - CATBOOST_OPENSOURCE=yes - USE_DYNAMIC_IDN=yes - USE_DYNAMIC_AIO=yes - USE_DYNAMIC_ICONV=yes - USE_ASMLIB=no - SO_OUTPUTS=yes - UDF_NO_PROBE=yes -} +when ($CATBOOST_OPENSOURCE == "yes") {
+ OPENSOURCE=yes
+}
+
+when ($OPENSOURCE) {
+ LOCAL_YDB_DOCKER_PUBLIC_BUILD=yes
+ CATBOOST_OPENSOURCE=yes
+ USE_DYNAMIC_IDN=yes
+ USE_DYNAMIC_AIO=yes
+ USE_DYNAMIC_ICONV=yes
+ USE_ASMLIB=no
+ SO_OUTPUTS=yes
+ UDF_NO_PROBE=yes
+}
|