aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2024-07-30 19:23:14 +0000
committerAlexander Smirnov <alex@ydb.tech>2024-07-30 19:23:14 +0000
commit40beacac031f579786f8b26aa16c59486dbab2b0 (patch)
tree12a1548bbf15daf6e931eaca2fcd6a9e618d0356 /build/ymake_conf.py
parentea1b205d749cc1c3e37c7ae42817534ede33e390 (diff)
parentf7ca71b582e2347ec55857b493d6bccf55bbc3df (diff)
downloadydb-40beacac031f579786f8b26aa16c59486dbab2b0.tar.gz
Merge branch 'rightlib' into mergelibs-240730-1922
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index a34c6f9a9d..1db5338b42 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -41,7 +41,7 @@ class WindowsVersion(object):
ANDROID_API_DEFAULT = 21
# This is default Linux SDK unless `-DOS_SDK` is specified in cmdline
-LINUX_SDK_DEFAULT = "ubuntu-14"
+LINUX_SDK_DEFAULT = "ubuntu-16"
MACOS_VERSION_MIN = "11.0"
MACOS_VERSION_MIN_AS_INT = "110000"