aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortekireeva <tekireeva@yandex-team.ru>2022-07-05 16:27:39 +0300
committertekireeva <tekireeva@yandex-team.ru>2022-07-05 16:27:39 +0300
commitc63b4019769ae02ff135750915804cdaeec8a7f7 (patch)
treecf3fdefb68c2162421862aa136e9d2c3e8ad1390
parentabfeb6ada0ba12078673d7ae3ec6d30f4d495198 (diff)
downloadydb-c63b4019769ae02ff135750915804cdaeec8a7f7.tar.gz
DEVTOOLSSUPPORT-19126 Update GOLANG_VERSION macro
ref:db38e968d453f79e51e5502c865f68d48372fda4
-rw-r--r--build/ymake.core.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 23a52b1547e..c139c0af696 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -8280,6 +8280,7 @@ _GO_TOOL_COMMON_FLAGS=\
++mode $_GO_TOOL_MODE \
$GO_PROJECT_PREFIXES \
++goversion $GOSTD_VERSION \
+ ++lang $_GO_LANG_VERSION_VALUE \
++source-root $ARCADIA_ROOT \
++build-root $ARCADIA_BUILD_ROOT \
++output-root $BINDIR \
@@ -8324,7 +8325,7 @@ GO_TOOL=$YMAKE_PYTHON ${input:"build/scripts/go_tool.py"} ${input;hide:"build/sc
# tag:go-specific
macro _GO_LINK_LIB_IMPL(CGO_FILES[], EXTRA_INPUTS[], GO_FILES...) {
- .CMD=${hide:_GO_FAKEID} $GO_TOOL ${hide;input:EXTRA_INPUTS} --ya-start-command-file $_GO_TOOL_COMMON_FLAGS ++lang $_GO_LANG_VERSION_VALUE ++peers ${rootrel;tags_in=local,GO|local,GO_PROTO|local,GO_FBS:PEERS} --ya-end-command-file ${kv;hide:"p GO"} ${kv;hide:"pc light-red"} ${kv;hide:"show_out"}
+ .CMD=${hide:_GO_FAKEID} $GO_TOOL ${hide;input:EXTRA_INPUTS} --ya-start-command-file $_GO_TOOL_COMMON_FLAGS ++peers ${rootrel;tags_in=local,GO|local,GO_PROTO|local,GO_FBS:PEERS} --ya-end-command-file ${kv;hide:"p GO"} ${kv;hide:"pc light-red"} ${kv;hide:"show_out"}
}
# tag:go-specific