File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 30
30
shell : bash
31
31
run : |
32
32
set -ex
33
- # FIXME: target name may be not the same as dir name
34
- export TARGET_NAME=`basename ${{ inputs.build_target }}`
35
- export TARGET_DIR=${{ inputs.build_target }}
36
33
export build_preset="${{ inputs.build_preset }}"
37
34
export build_target="${{ inputs.build_target }}"
38
- ./ya tool bloat --linker-map $TARGET_DIR/$TARGET_NAME .map.lld --input $TARGET_DIR/$TARGET_NAME --save-html ya_bloat_html --save-json bloat.json
35
+ ./ya tool bloat --linker-map ydb/apps/ydbd/ydbd .map.lld --input ydb/apps/ydbd/ydbd --save-html ya_bloat_html --save-json bloat.json
39
36
./ydb/ci/build_bloat/template_bloat.py -j bloat.json -o template_bloat -t template_bloat_html
40
37
./ydb/ci/build_bloat/main.py --build-dir . --html-dir-cpp html_cpp_impact --html-dir-headers html_headers_impact
41
38
./ydb/ci/build_bloat/ydb_upload.py --html-dir-cpp html_cpp_impact --html-dir-headers html_headers_impact
Original file line number Diff line number Diff line change 24
24
default : " "
25
25
build_target :
26
26
type : string
27
- default : " ydb/apps/ydbd "
27
+ default : " ydb"
28
28
description : " limit build and test to specific target"
29
29
30
30
jobs :
You can’t perform that action at this time.
0 commit comments