mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ci: fix flash analysis for newer GCC versions
This commit is contained in:
parent
c1ffdc8e3e
commit
01c23f635f
2
.github/workflows/flash_analysis.yml
vendored
2
.github/workflows/flash_analysis.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
id: bloaty-step
|
||||
with:
|
||||
bloaty-file-args: ./with-change.elf -- ./before-change.elf
|
||||
bloaty-additional-args: -d sections,compileunits -s vm -n 20
|
||||
bloaty-additional-args: -d sections,symbols -s vm -n 20
|
||||
output-to-summary: true
|
||||
|
||||
- name: Generate output
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user