Skip to content

chore(build): finish the .fbuild ratchet — baseline reaches zero #2056

chore(build): finish the .fbuild ratchet — baseline reaches zero

chore(build): finish the .fbuild ratchet — baseline reaches zero #2056

Workflow file for this run

name: Build SAMD51J
# >>> RENDERED-ON-BEGIN (ci/render_workflows.py) -- do not edit by hand <<<
on:
workflow_dispatch: {}
workflow_call: {}
push:
branches: [main]
paths:
- 'tests/platform/samd51j/**'
- 'crates/fbuild-build-arm/src/sam/**'
- 'crates/fbuild-build/**'
- 'crates/fbuild-build/Cargo.toml'
- 'crates/fbuild-cli/**'
- 'crates/fbuild-daemon/**'
- 'crates/fbuild-core/**'
- 'crates/fbuild-paths/**'
- 'crates/fbuild-config/**'
- 'crates/fbuild-deploy/**'
- 'crates/fbuild-packages/**'
- 'crates/fbuild-header-scan/**'
- 'crates/fbuild-library-select/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'rust-toolchain.toml'
- '.github/workflows/template_build.yml'
- '.github/workflows/ci-workflow-drift.yml'
- 'ci/render_workflows.py'
- 'ci/board_families.json'
- 'ci/ci_common_paths.txt'
- 'crates/fbuild-build-engine/**'
- 'crates/fbuild-build-mcu/src/lib.rs'
- 'crates/fbuild-build-mcu/*argo.toml'
- 'crates/fbuild-toolchain/**'
- 'crates/fbuild-library/**'
- 'crates/fbuild-packages-fetch/**'
- '.github/workflows/build-samd51j.yml'
pull_request:
branches: [main]
paths:
- 'tests/platform/samd51j/**'
- 'crates/fbuild-build-arm/src/sam/**'
- 'crates/fbuild-build/**'
- 'crates/fbuild-build/Cargo.toml'
- 'crates/fbuild-cli/**'
- 'crates/fbuild-daemon/**'
- 'crates/fbuild-core/**'
- 'crates/fbuild-paths/**'
- 'crates/fbuild-config/**'
- 'crates/fbuild-deploy/**'
- 'crates/fbuild-packages/**'
- 'crates/fbuild-header-scan/**'
- 'crates/fbuild-library-select/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'rust-toolchain.toml'
- '.github/workflows/template_build.yml'
- '.github/workflows/ci-workflow-drift.yml'
- 'ci/render_workflows.py'
- 'ci/board_families.json'
- 'ci/ci_common_paths.txt'
- 'crates/fbuild-build-engine/**'
- 'crates/fbuild-build-mcu/src/lib.rs'
- 'crates/fbuild-build-mcu/*argo.toml'
- 'crates/fbuild-toolchain/**'
- 'crates/fbuild-library/**'
- 'crates/fbuild-packages-fetch/**'
- '.github/workflows/build-samd51j.yml'
concurrency:
group: build-samd51j.yml-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
# >>> RENDERED-ON-END <<<
jobs:
build:
uses: ./.github/workflows/template_build.yml
with:
workflow-name: "SAMD51J"
test-dir: "tests/platform/samd51j"
env-name: "samd51j"
firmware-ext: "bin"