diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-10 15:16:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 15:58:17 +0300 |
commit | 27d9e7b019b403243c6e8f9a119e577447b6c729 (patch) | |
tree | 85c5ad4f43314665567b374f66cb77b6f9c41d9a /build | |
parent | 0eef543901a7710e104c6896930f164d24185d6e (diff) | |
download | ydb-27d9e7b019b403243c6e8f9a119e577447b6c729.tar.gz |
intermediate changes
ref:2fa20c954dcd987f31c39b15c01decc881039597
Diffstat (limited to 'build')
-rw-r--r-- | build/ya.conf.json | 4 | ||||
-rw-r--r-- | build/ymake.core.conf | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 1f617e52515..5f7cc875d61 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -6817,8 +6817,8 @@ "rtmr-deploy": { "formula": { "sandbox_id": [ - 1208739800, - 1208731686 + 1210829227, + 1210811623 ], "match": "rtmr-deploy" }, diff --git a/build/ymake.core.conf b/build/ymake.core.conf index c27f98e84b2..081833998b8 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2342,6 +2342,7 @@ when ($YA_DEV == "yes") { ### ### Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/test/ module UNITTEST_FOR: UNITTEST { + .SEM=UNITTEST_SEM PEERDIR(ADDINCL $UNITTEST_DIR) SRCDIR($UNITTEST_DIR) } @@ -6497,6 +6498,7 @@ macro CFG_VARS() { ### Used implicitly for .in-files processing. macro CONFIGURE_FILE(Src, Dst) { .CMD=$YMAKE_PYTHON ${input:"build/scripts/configure_file.py"} ${input:Src} ${output;addincl:Dst} $CFG_VARS ${kv;hide:"p CF"} ${kv;hide:"pc yellow"} + .SEM=set_vasrs ${CFG_VARS} && configure_file $S/${input;rootrel:Src} $B/${output;rootrel:Dst} } ### @usage: BASE_CODEGEN(tool_path prefix) |