aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-12-07 17:35:16 +0300
committeralexv-smirnov <alex@ydb.tech>2023-12-07 18:36:18 +0300
commitbc525b296946561b2557302f9a011f8454d6d42f (patch)
treea1ce1d4f96f8c375e33adf412d36a70352c2017a
parentbfe35496dd4ccfe4c31566a7de9180513e800c8f (diff)
downloadydb-bc525b296946561b2557302f9a011f8454d6d42f.tar.gz
Change "ya.conf"
-rw-r--r--build/internal/ya.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/internal/ya.conf b/build/internal/ya.conf
index 00b10153a8..2fcd61f116 100644
--- a/build/internal/ya.conf
+++ b/build/internal/ya.conf
@@ -1,3 +1,18 @@
canonization_backend = "ydb-canondata.storage.yandexcloud.net"
bazel_remote_store = true
bazel_remote_baseuri = "http://cachesrv.ydb.tech:8081"
+
+[host_platform_flags]
+OPENSOURCE = "yes"
+USE_PREBUILT_TOOLS = "no"
+USE_AIO = "local"
+USE_ICONV = "local"
+USE_IDN = "local"
+
+[flags]
+OPENSOURCE = "yes"
+USE_PREBUILT_TOOLS = "no"
+OS_SDK = "local"
+USE_AIO = "local"
+USE_ICONV = "local"
+USE_IDN = "local"