diff options
author | zaverden <zaverden@yandex-team.com> | 2024-02-26 11:58:12 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-02-26 12:16:26 +0300 |
commit | d180f9b302f71970d2e5cf0bf7cd26bdaa5aef12 (patch) | |
tree | 8a4b8a497a7296e4ff6977dd4dfa768b479aa647 /build/conf/proto.conf | |
parent | 2c831425e3b8e6331c6ed07081cd0111db18bf9d (diff) | |
download | ydb-d180f9b302f71970d2e5cf0bf7cd26bdaa5aef12.tar.gz |
feat(conf): configure used tarballs by own pnpm-lock.yaml
b61ff371d6ad2f8c646f2a04e4a7d0fa178a6541
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 b3fc5bc0a7..4d867c45df 100644 --- a/build/conf/proto.conf +++ b/build/conf/proto.conf @@ -759,6 +759,12 @@ multimodule PROTO_LIBRARY { # To include TS_PROTO user have to set INCLUDE_TAGS(TS_PROTO) in ya.make .INCLUDE_TAG=no .EPILOGUE=_TS_CONFIG_EPILOGUE + .PEERDIRSELF=TS_PREPARE_DEPS + } + + module TS_PREPARE_DEPS: _PREPARE_DEPS_BASE { + .INCLUDE_TAG=no + .IGNORED=PEERDIR } module DESC_PROTO: _BARE_UNIT { |