diff options
| author | baymer <[email protected]> | 2026-07-22 22:07:20 +0300 |
|---|---|---|
| committer | baymer <[email protected]> | 2026-07-22 22:30:45 +0300 |
| commit | c00f48cbc41cfd5dc511692554d4a8aac37d96e0 (patch) | |
| tree | 11f101bec53aa28fc0619b81fa87824c976713f2 | |
| parent | 3c679dbc09d97c125f4f93245b8b302a36dafaa5 (diff) | |
добавить цпу и ram_disk для prepare deps
commit_hash:8b816b255fd5fa5aa24c521f8cacf8d206279e73
| -rw-r--r-- | build/conf/ts/node_modules.conf | 7 | ||||
| -rw-r--r-- | build/conf/ts/ts.conf | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/build/conf/ts/node_modules.conf b/build/conf/ts/node_modules.conf index a70fc2cd9df..31adec52243 100644 --- a/build/conf/ts/node_modules.conf +++ b/build/conf/ts/node_modules.conf @@ -32,6 +32,12 @@ macro WITH_NODE_MODULES() { SET(_WITH_NODE_MODULES yes) } +_PREPARE_DEPS_REQUIREMENTS= +when($AUTOCHECK == "yes") { + # we don't want to have requirements for local runs + _PREPARE_DEPS_REQUIREMENTS=${hide;requirements:"cpu:4 ram_disk:4"} +} + _TARBALLS_STORE=__tarballs__ _PREPARE_DEPS_INOUTS= _PREPARE_DEPS_RESOURCES= @@ -43,6 +49,7 @@ _PREPARE_DEPS_CMD=$NOTS_TOOL $NOTS_TOOL_BASE_ARGS prepare-deps \ $_PREPARE_DEPS_RESOURCES \ $_PREPARE_DEPS_USE_RESOURCES_FLAG \ $_PREPARE_DEPS_TS_PROTO_AUTO_FLAG \ + $_PREPARE_DEPS_REQUIREMENTS \ ${hide;kv:"pc magenta"} ${hide;kv:"p TS_DEP"} # In case of no deps we need to create empty outputs for graph connectivity diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf index a9224d054a9..458c10b907f 100644 --- a/build/conf/ts/ts.conf +++ b/build/conf/ts/ts.conf @@ -66,7 +66,7 @@ NOTS_TOOL_BUILD_REQUIREMENTS__NO_UID__= when($AUTOCHECK == "yes") { # we don't want to have requirements for local runs - NOTS_TOOL_BUILD_REQUIREMENTS__NO_UID__=${hide;requirements:"cpu:4"} + NOTS_TOOL_BUILD_REQUIREMENTS__NO_UID__=${hide;requirements:"cpu:4 ram_disk:4"} } |
