libva-v4l2-request-fourier-debian: route to debian-aarch64-bohr runner #45

Merged
marfrit merged 2 commits from claude-noether/marfrit-packages:noether/libva-trixie-abi-pin into main 2026-05-20 13:08:30 +00:00

2 Commits

Author SHA1 Message Date
marfrit 1cb2732427 Merge branch 'main' into noether/libva-trixie-abi-pin 2026-05-20 13:08:16 +00:00
marfrit 5feab57b6f libva: fix runner label — actrunner-debian-aarch64-bohr
The previous commit used `debian-aarch64-bohr` for the runs-on
label, but the actual registered label is the full
`actrunner-debian-aarch64-bohr` (per @marfrit on the PR thread).
Without the `actrunner-` prefix the job would have sat in the queue
forever waiting for a runner that doesn't exist.

Renames the label in three places:

  - .gitea/workflows/build.yml — the runs-on directive itself.
  - debian/.../build-deb.sh — the comment referencing the expected
    runner, and the error message printed when the ABI sanity check
    trips (so a future debug session lands on the right runner name).
  - debian/.../changelog — the -2 entry's prose description.

Pure label rename; no behavioral or build-graph change.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 15:03:49 +02:00