/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
cloud/storage/binaries_dependency.inc
8 строк
332 B
Kirill Pleshivtsev
Checking prohibited dependencies for binaries. (#4923)
31 дек 2025, 18:18
Не верифицирован
31 дек 2025, 18:18
a823410
Код
Авторство
О чём код?
# Executables should not depend on test definitions and YDB definitions, which # are redefined in NBS/NFS. To get an error at the build stage, and undefined # behavior due to ODR violations, such dependencies should be placed here. CHECK_DEPENDENT_DIRS( DENY contrib/ydb/apps/version DENY contrib/ydb/core/testlib/basics )