aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-10 15:16:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 15:58:17 +0300
commit27d9e7b019b403243c6e8f9a119e577447b6c729 (patch)
tree85c5ad4f43314665567b374f66cb77b6f9c41d9a /build
parent0eef543901a7710e104c6896930f164d24185d6e (diff)
downloadydb-27d9e7b019b403243c6e8f9a119e577447b6c729.tar.gz
intermediate changes
ref:2fa20c954dcd987f31c39b15c01decc881039597
Diffstat (limited to 'build')
-rw-r--r--build/ya.conf.json4
-rw-r--r--build/ymake.core.conf2
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)