aboutsummaryrefslogtreecommitdiffstats
path: root/build/internal
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-12-16 16:56:23 +0300
committeralexv-smirnov <alex@ydb.tech>2023-12-16 17:25:08 +0300
commit1e762860dfff9f429237f758ea72ab153ae692e4 (patch)
tree15060c015ee849c3e7b03fd4d5460b5f809598d3 /build/internal
parentb239e94259a7f4dee4f34db0049d30e082484b30 (diff)
downloadydb-1e762860dfff9f429237f758ea72ab153ae692e4.tar.gz
Static libs
Diffstat (limited to 'build/internal')
-rw-r--r--build/internal/ya.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/build/internal/ya.conf b/build/internal/ya.conf
index 2fcd61f116..5b007c40b9 100644
--- a/build/internal/ya.conf
+++ b/build/internal/ya.conf
@@ -5,14 +5,13 @@ 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"
+USE_AIO = "static"
+USE_ICONV = "static"
+USE_IDN = "static"
[flags]
OPENSOURCE = "yes"
USE_PREBUILT_TOOLS = "no"
-OS_SDK = "local"
-USE_AIO = "local"
-USE_ICONV = "local"
-USE_IDN = "local"
+USE_AIO = "static"
+USE_ICONV = "static"
+USE_IDN = "static"