File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ inputs:
2323 description : " Category to upload"
2424 required : false
2525 default : " default"
26+ trim_debug :
27+ description : " Trim debug info"
28+ required : false
29+ default : " true"
2630runs :
2731 using : " composite"
2832 steps :
9599 ldd ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-query || true
96100
97101 - name : Spilt Binary Symbols
102+ if : inputs.trim_debug == 'true'
98103 shell : bash
99104 run : |
100105 objcopy --only-keep-debug ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-query ./target/${{ inputs.target }}/${{ env.BUILD_PROFILE }}/databend-query.debug
Original file line number Diff line number Diff line change 7777 artifacts : meta,query
7878 category : docker
7979 features : python-udf
80+ trim_debug : false
8081
8182 docker :
8283 needs : [ info, build ]
You can’t perform that action at this time.
0 commit comments