diff options
author | deshevoy <deshevoy@yandex-team.com> | 2024-08-11 18:10:23 +0300 |
---|---|---|
committer | deshevoy <deshevoy@yandex-team.com> | 2024-08-11 18:20:47 +0300 |
commit | 644765ee7b0149763c258952ecc49c99681465e7 (patch) | |
tree | d94eac363e9c5df4d7fc017242497cb0630280c1 | |
parent | 6fd8b58a44353b49d28c8546073021a127bbec77 (diff) | |
download | ydb-644765ee7b0149763c258952ecc49c99681465e7.tar.gz |
[build] Add PACKAGE_FINAL tag to CI_GROUP
This allows PEERDIRs from CI_GROUP to PACKAGE
1c277f2c47e56104f6342aa586c35b4874fad7ba
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d0865d3016..7cba908236 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2463,7 +2463,7 @@ module CI_GROUP: _BARE_UNIT { .RESTRICTED=SRCS .USE_PEERS_LATE_OUTS=yes MODULE_SUFFIX=.ci.pkg.fake - PEERDIR_TAGS=CPP_PROTO PY3 PY3_NATIVE PY3_BIN PY3TEST_PROGRAM YQL_UDF_SHARED __EMPTY__ RESOURCE_LIB DOCSBOOK JAR_RUNNABLE DLL + PEERDIR_TAGS=CPP_PROTO PY3 PY3_NATIVE PY3_BIN PY3TEST_PROGRAM YQL_UDF_SHARED __EMPTY__ RESOURCE_LIB DOCSBOOK JAR_RUNNABLE DLL PACKAGE_FINAL } # tag:generic tag:internal |