diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-09-23 16:30:26 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-09-23 16:56:49 +0300 |
commit | 23089ff66e4dade84cf4c4b697061f973575ad9f (patch) | |
tree | 22f548b4bd81bdc2a5eb20335b00f8e9f210a0bb /build/conf/fbs.conf | |
parent | eaff9b03851a5dc5a6f1584598c252ae585ea7a4 (diff) | |
download | ydb-23089ff66e4dade84cf4c4b697061f973575ad9f.tar.gz |
go build: substitute a.yandex-team.ru/ for GO_ARCADIA_PROJECT_PREFIX
Diffstat (limited to 'build/conf/fbs.conf')
-rw-r--r-- | build/conf/fbs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/fbs.conf b/build/conf/fbs.conf index 0c92bd9e34..5e11d4916e 100644 --- a/build/conf/fbs.conf +++ b/build/conf/fbs.conf @@ -54,7 +54,7 @@ macro _CPP_FLATC64_CMD(SRC, SRCFLAGS...) { ### --add-protobuf-result flag is specified on the command line for 'ya make ...' ### (tar archive is extracted to output directory). macro _GO_FLATC_CMD(SRC, PACKAGE_NAME) { - .CMD=${cwd:ARCADIA_BUILD_ROOT} ${tool:"contrib/tools/flatc"} --go --gen-mutable --go-namespace ${PACKAGE_NAME} ${FLATC_FLAGS_VALUE} ${pre=-I :_FLATC__INCLUDE} -o ${BINDIR}/_generated ${input:SRC} && $YMAKE_PYTHON3 ${input:"build/scripts/postprocess_go_fbs.py"} --input-dir ${BINDIR} --map $_FBS_NAMESPACE_MAP_GLOBAL && $YMAKE_PYTHON3 ${input:"build/scripts/tar_sources.py"} --flat --input ${BINDIR}/_generated --output ${output;noext;tared:SRC.fbs.gosrc} --exts .go ${kv;hide:"p FG"} ${kv;hide:"pc light-green"} ${kv;hide:"tared_kind nodir"} ${hide:FBS_FAKEID} + .CMD=${cwd:ARCADIA_BUILD_ROOT} ${tool:"contrib/tools/flatc"} --go --gen-mutable --go-namespace ${PACKAGE_NAME} ${FLATC_FLAGS_VALUE} ${pre=-I :_FLATC__INCLUDE} -o ${BINDIR}/_generated ${input:SRC} && $YMAKE_PYTHON3 ${input:"build/scripts/postprocess_go_fbs.py"} --arcadia-prefix ${GO_ARCADIA_PROJECT_PREFIX} --input-dir ${BINDIR} --map $_FBS_NAMESPACE_MAP_GLOBAL && $YMAKE_PYTHON3 ${input:"build/scripts/tar_sources.py"} --flat --input ${BINDIR}/_generated --output ${output;noext;tared:SRC.fbs.gosrc} --exts .go ${kv;hide:"p FG"} ${kv;hide:"pc light-green"} ${kv;hide:"tared_kind nodir"} ${hide:FBS_FAKEID} .PEERDIR=${_GO_FLATC_IMPORTS} } |