Expand self-test matrix to aarch64 and macOS runners #1
Labels
No labels
blocked:upstream
ci
docs
enhancement
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rasterstate/sccache-action#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The action claims support for Linux aarch64, macOS x86_64, and macOS arm64, but
.forgejo/workflows/test.ymlonly exercises Linux x86_64 (runs-on: [self-hosted, Linux]).Add matrix entries for the other supported platforms once runners with the right labels exist:
[self-hosted, Linux, ARM64]for aarch64The workflow already has a comment showing the shape for an ARM entry. Until the runners exist these would sit pending, so this is gated on runner availability, not code.
Acceptance: a green run that installs and smoke-tests sccache on each claimed platform.