mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
ci: fix flash analysis for newer GCC versions
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
|||||||
id: bloaty-step
|
id: bloaty-step
|
||||||
with:
|
with:
|
||||||
bloaty-file-args: ./with-change.elf -- ./before-change.elf
|
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
|
output-to-summary: true
|
||||||
|
|
||||||
- name: Generate output
|
- name: Generate output
|
||||||
|
|||||||
Reference in New Issue
Block a user