diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-14 18:43:12 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-14 18:43:12 +0300 |
commit | 059c787fd720eb6552d2f2584848b33dd42f1ba8 (patch) | |
tree | 4433f765d1889b13235abb796b29b1b4a37a6b5e | |
parent | b71c6f754dc129419248cdbc070204e27e62c269 (diff) | |
download | ydb-059c787fd720eb6552d2f2584848b33dd42f1ba8.tar.gz |
intermediate changes
ref:f02323506449ebcc5947dfeff78f40be7998b03a
-rw-r--r-- | build/rules/flake8/migrations.yaml | 1 | ||||
-rw-r--r-- | build/ymake.core.conf | 3 | ||||
-rw-r--r-- | contrib/libs/ya.make | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/build/rules/flake8/migrations.yaml b/build/rules/flake8/migrations.yaml index 552269336a4..77a43a834e5 100644 --- a/build/rules/flake8/migrations.yaml +++ b/build/rules/flake8/migrations.yaml @@ -3630,7 +3630,6 @@ migrations: - ads/libs/py_mapreduce/yabs-mapreduce-modules/test_pt - balancer/test/functional/rfc_http - balancer/test/functional/dynamic - - balancer/test/functional/antirobot - balancer/test/functional/h100 - balancer/test/functional/errordocument - balancer/test/functional/rendezvous_hashing diff --git a/build/ymake.core.conf b/build/ymake.core.conf index f491ae8b7d9..8498c31833e 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -541,6 +541,7 @@ OPTIMIZE_PY_PROTOS_FLAG=no ### END() ### macro RESOURCE(Args...) { + .SEM=resources ${hash:Args}.cpp $Args ${output;hide;suf=.fake.o:Args} ${tool;hide:"tools/rescompiler/bin"} PEERDIR(library/cpp/resource) } @@ -5736,7 +5737,7 @@ macro _SRC(EXT, SRC, SRCFLAGS...) { # tag:src-processing macro _SRC("S", SRC, SRCFLAGS...) { .CMD=$C_COMPILER $C_FLAGS_PLATFORM $CFLAGS $SFLAGS $SRCFLAGS -c -o ${output:SRC.o} ${input:SRC} ${pre=-I:_C__INCLUDE} - .SEM=add_asm_source ${input:SRC} ${output;hide;suf=.o:SRC} + .SEM=target_sources PRIVATE ${input:SRC} ${output;hide;suf=.o:SRC} } # tag:src-processing diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index d23c2e24f91..d590077bfe9 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -271,6 +271,7 @@ RECURSE( portaudio porto_api postgresql + postgresql/bin/postgresql proj protobuf protobuf/python |