diff options
author | robot-srch-releaser <robot-srch-releaser@yandex-team.com> | 2024-07-12 21:51:15 +0300 |
---|---|---|
committer | robot-srch-releaser <robot-srch-releaser@yandex-team.com> | 2024-07-12 22:05:09 +0300 |
commit | 39ad63775e7d65ad1d3c2fc5389e830a94a6c243 (patch) | |
tree | bcc4886bc4a117f871fac0d6248cea6f9328dad8 /build/ymake.core.conf | |
parent | ef1c6569e8786b572ada95678ccdcfa9b61d2ec9 (diff) | |
download | ydb-39ad63775e7d65ad1d3c2fc5389e830a94a6c243.tar.gz |
Rollback: rXXXXXX
[diff-resolver:robot-brewer]
Sandbox task: https://sandbox.yandex-team.ru/task/2440174210/view
Task author: robot-srch-releaser@
Commit was made by robot-srch-releaser@, but committer is igorock@
Description: Breaks builds https://st.yandex-team.ru/
[fix:yabs_server_ci:14415562]
Note: mandatory check (NEED_CHECK) was skipped
ebc0d955a771e80a382bf51c6fd9e5b8059d010c
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 24d213ecb4..729a795ffb 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -4815,7 +4815,7 @@ when($OS_LINUX) { ### Emit eBPF bytecode from .c file. ### Note: Output name is used as is, no extension added. macro BPF_STATIC(Input, Output, Opts...) { - .CMD=$YMAKE_PYTHON ${input:"build/scripts/clang_wrapper.py"} $WINDOWS ${CLANG_RESOURCE_GLOBAL}/bin/clang ${pre=-I:_C__INCLUDE} $C_FLAGS_PLATFORM -target bpf -c ${input:Input} -o ${noauto;output:Output} $Opts ${hide;kv:"p BP"} ${hide;kv:"pc light-green"} && ${cwd:BINDIR} $LLD_ROOT_RESOURCE_GLOBAL/bin/$LD_BINARY_NAME -r -b binary -m elf_x86_64 -o ${noauto;output;suf=.bpf.o:Input} ${noauto;nopath:Output} + .CMD=$YMAKE_PYTHON ${input:"build/scripts/clang_wrapper.py"} $WINDOWS ${CLANG_RESOURCE_GLOBAL}/bin/clang ${pre=-I:_C__INCLUDE} $C_FLAGS_PLATFORM -target bpf -c ${input:Input} -o ${noauto;output:Output} $Opts ${hide;kv:"p BP"} ${hide;kv:"pc light-green"} && ${cwd:BINDIR} $LLD_ROOT_RESOURCE_GLOBAL/$LD_BINARY_NAME -r -b binary -m elf_x86_64 -o ${noauto;output;suf=.bpf.o:Input} ${noauto;nopath:Output} PEERDIR(build/platform/clang build/platform/lld) } |