diff options
author | svidyuk <svidyuk@yandex-team.com> | 2024-06-26 09:16:18 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2024-06-26 09:28:59 +0300 |
commit | 6870500d6d5eae3b9282920f03ebeda7875c3be5 (patch) | |
tree | 57942de7550676fef8b2c0b6b4aae04d52e78288 /build/conf/proto.conf | |
parent | 06f45ca8ced228e81bab2bba577286043f3474c9 (diff) | |
download | ydb-6870500d6d5eae3b9282920f03ebeda7875c3be5.tar.gz |
Use GLOBAL_SRCS to pass sbom information
8b17a7d46ec1a950b59da80e66713dc21714248b
Diffstat (limited to 'build/conf/proto.conf')
-rw-r--r-- | build/conf/proto.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/conf/proto.conf b/build/conf/proto.conf index 7f87cd8e6f..96ae17212a 100644 --- a/build/conf/proto.conf +++ b/build/conf/proto.conf @@ -698,6 +698,7 @@ multimodule PROTO_LIBRARY { .SEM=JAVA_PROTO_LIBRARY_SEM SET(PEERDIR_TAGS JAVA_PROTO) ENABLE(JAVA_PROTO) + DISABLE(_NEED_SBOM_INFO) PEERDIR+=$JAVA_PROTOBUF_PEERS when ($KOTLIN_PROTO == "yes") { @@ -724,6 +725,7 @@ multimodule PROTO_LIBRARY { .SEM=IGNORED SET(PEERDIR_TAGS PY2 PY_PROTO) ENABLE(PY_PROTO) + DISABLE(_NEED_SBOM_INFO) OPTIMIZE_PY_PROTOS() OBJ_SUF=.py2 # Can not use NO_LINT(), because is not allowed outside of contrib directory @@ -748,6 +750,7 @@ multimodule PROTO_LIBRARY { .SEM=IGNORED SET(PEERDIR_TAGS PY3 PY3_PROTO) ENABLE(PY3_PROTO) + DISABLE(_NEED_SBOM_INFO) OPTIMIZE_PY_PROTOS() OBJ_SUF=.py3 # Can not use NO_LINT(), because is not allowed outside of contrib directory @@ -789,11 +792,13 @@ multimodule PROTO_LIBRARY { .INCLUDE_TAG=no .EPILOGUE=_TS_CONFIG_EPILOGUE .PEERDIRSELF=TS_PREPARE_DEPS + DISABLE(_NEED_SBOM_INFO) } module TS_PREPARE_DEPS: _PREPARE_DEPS_BASE { .INCLUDE_TAG=no .IGNORED=PEERDIR + DISABLE(_NEED_SBOM_INFO) } module DESC_PROTO: _BARE_UNIT { @@ -805,6 +810,7 @@ multimodule PROTO_LIBRARY { SET(PEERDIR_TAGS DESC_PROTO) ENABLE(DESC_PROTO) + DISABLE(_NEED_SBOM_INFO) MODULE_SUFFIX=.self.protodesc SET(MODULE_TYPE LIBRARY) |