diff options
author | dimdim11 <[email protected]> | 2025-08-23 21:39:12 +0300 |
---|---|---|
committer | dimdim11 <[email protected]> | 2025-08-23 21:57:10 +0300 |
commit | 0d8fe252505046923951aa3855b1aa34217c23a3 (patch) | |
tree | 18970689764429ac41075309f05778b6f8ef842d | |
parent | 894799574e212bd0e769b65df02d1bd028504ccd (diff) |
Modules for extend glob restrictions
Modules for extend glob restrictions
commit_hash:80c7350e07abd8e126a00d187ae42734287d74fa
-rw-r--r-- | build/conf/settings.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/settings.conf b/build/conf/settings.conf index 15b855186aa..dd53a073a51 100644 --- a/build/conf/settings.conf +++ b/build/conf/settings.conf @@ -13,6 +13,8 @@ FAIL_PY2=no MAIN_OUTPUT_AS_EXTRA=yes FILL_MODULE2NODES=yes +MODULES_WITH_EXTENDED_GLOB_RESTRICTIONS=adv/frontend/packages/direct-modules adv/frontend/services/adfox/docs adv/frontend/services/yharnam classifieds/autoru-frontend classifieds/internal-frontend classifieds/realty-frontend cloud/docs/internal-doc-config docs/yateam/diy/external docs/yateam/diy/internal/outstaff docs/yateam/diy/internal/yandex fintech/backend-kotlin/services/mobile-views/src/test sdg/hw/embedded/pytools/ci/check_settings taxi/jotunn + when ($OS_WINDOWS == "yes") { USE_GLOBAL_CMD=no } |