summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnermolaev <[email protected]>2025-07-28 07:28:22 +0300
committersnermolaev <[email protected]>2025-07-28 07:41:42 +0300
commitb314e09717b4620abc1c4b7bf368975f7d6da945 (patch)
treeb04995218c45053af864658d120492731d2706f1
parentccd7c98296fd884a8edf1e11ab27a21ca54a1fb5 (diff)
DOCS_FAKEID
commit_hash:9a06254a945af97104bc817adfb07bd3ed886ab1
-rw-r--r--build/conf/docs.conf4
-rw-r--r--build/ymake.core.conf1
2 files changed, 3 insertions, 2 deletions
diff --git a/build/conf/docs.conf b/build/conf/docs.conf
index 68836335e37..0c0099d21e2 100644
--- a/build/conf/docs.conf
+++ b/build/conf/docs.conf
@@ -42,7 +42,7 @@ _DOCS_YFM_LIB_OUTPUT_FORMAT=-f md --add-map-file $_DOCS_YFM_COMMON_ARGS
_DOCS_YFM_CMDLINE=\
${cwd:ARCADIA_BUILD_ROOT} $YMAKE_PYTHON3 ${input:"build/scripts/extract_docs.py"} ${hide;input:"build/scripts/process_command_files.py"} --skip-prefix $ARCADIA_BUILD_ROOT --dest-dir $BINDIR/__s ${rootrel:PEERS} \
&& ${cwd:ARCADIA_BUILD_ROOT} $YMAKE_PYTHON3 ${input:"build/scripts/stdout2stderr.py"} $YFM_TOOL_RESOURCE_GLOBAL/yfm-docs --input $BINDIR/__s --output $BINDIR/__docsbuild $_DOCS_VARS_FLAG $_DOCS_YFM_OUTPUT_FORMAT --config ${input:CONFIG} $_DOCS_EXTRA_TOOLS ${hide;input:EXTRA_INPUTS} $_DOCS_ENV \
-&& $YMAKE_PYTHON3 ${input:"build/scripts/tar_sources.py"} --output $TARGET --input $BINDIR/__docsbuild $_DOCS_KV
+&& $YMAKE_PYTHON3 ${input:"build/scripts/tar_sources.py"} --output $TARGET --input $BINDIR/__docsbuild ${hide:DOCS_FAKEID} $_DOCS_KV
# tag:internal tag:docs
macro _DOCS_YFM_CMD_IMPL(CONFIG, EXTRA_INPUTS[]) {
@@ -75,7 +75,7 @@ _DOCS_SKIP_NAMESPACE=
# tag:internal tag:docs
_DOCS_LIBRARY_CMDLINE=\
$YMAKE_PYTHON3 ${input:"build/scripts/copy_docs_files_to_dir.py"} ${hide;input:"build/scripts/process_command_files.py"} $_DOCS_IMPLICIT_SRCS_VALUE $_DOCS_DIR_VALUE $_DOCS_BIN_DIR_VALUE --dest-dir $BINDIR/__s --source-root $ARCADIA_ROOT --build-root $ARCADIA_BUILD_ROOT --srcs ${context=TEXT;input=TEXT:SOURCES} --include-srcs ${context=TEXT;input=TEXT:INCLUDE_SOURCES} $_DOCS_SKIP_NAMESPACE \
-&& $YMAKE_PYTHON3 ${input:"build/scripts/tar_sources.py"} --output $TARGET --input $BINDIR/__s $_DOCS_KV
+&& $YMAKE_PYTHON3 ${input:"build/scripts/tar_sources.py"} --output $TARGET --input $BINDIR/__s ${hide:DOCS_FAKEID} $_DOCS_KV
# tag:internal tag:docs
macro _DOCS_LIBRARY_CMD_IMPL(SOURCES[], INCLUDE_SOURCES[], EXTRA_INPUTS[]) {
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index a88e1fca8be..b9f1c728342 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -17,6 +17,7 @@ CYTHON_FAKEID=16618405
JAVA_FAKEID=9293095
PROTO_FAKEID=0
FBS_FAKEID=2024-03-13
+DOCS_FAKEID=0
# Change of this value will invalidate some parts of configure cache
# but will not affect builds anyhow (except tests referring build/ directory)