Skip to content

[fw_info] Add more information about how firmware was verified #12211

[fw_info] Add more information about how firmware was verified

[fw_info] Add more information about how firmware was verified #12211

Workflow file for this run

name: Size History
on:
push:
branches: ["main"]
pull_request:
merge_group:
workflow_dispatch:
permissions:
contents: read
jobs:
analyze:
runs-on: ubuntu-24.04
env:
CARGO_INCREMENTAL: 0
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
EVENT_NAME: ${{github.event_name}}
PR_TITLE: ${{github.event.pull_request.title}}
PR_BASE_COMMIT: ${{github.event.pull_request.base.sha}}
GIT_AUTHOR_NAME: ${{github.event.pull_request.user.login}}
GIT_AUTHOR_EMAIL: ${{github.event.pull_request.user.id}}+${{github.event.pull_request.user.login}}@users.noreply.github.com
GIT_COMMITTER_NAME: ${{github.event.pull_request.user.login}}
GIT_COMMITTER_EMAIL: ${{github.event.pull_request.user.id}}+${{github.event.pull_request.user.login}}@users.noreply.github.com
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Configure actions-cache environment variables
uses: actions/github-script@v7
with:
script: |
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
core.exportVariable('ACTIONS_CACHE_SERVICE_V2', 'on');
- name: Run size analysis (look at workflow "Summary" tab for results)
run: |
cargo xtask ci size-history