build-cran-binaries/.crow
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pat-s bc2f6f1517
fix(ci): derive build-all platform/arch in-container, not from CI env
Crow cannot interpolate the workflow-level OS/OS_VERSION form variables inside
an environment: block (only matrix variables work there), so exporting them
broke pipeline parsing with "unable to parse variable name".

Instead, derive platform + arch inside build-all.R from the running container,
mirroring bincraft's own codename -> platform mapping and machine -> arch
detection. This keeps the already-built dedup pre-filter effective without
depending on CI-injected env vars, and degrades to a length-1 NA (querying
nothing) for an unmapped codename rather than crashing.
2026-06-18 13:31:48 +02:00
..
archive-missed-packages.yaml feat(build): skip already-built package versions on workflow restart (#91) 2026-06-16 07:27:20 +00:00
build-all-versions-install-deps.yaml fix(ci): make build-all self-sufficient on agents without install-deps 2026-06-18 13:24:22 +02:00
build-all-versions.yaml fix(ci): derive build-all platform/arch in-container, not from CI env 2026-06-18 13:31:48 +02:00
process-updates.yaml refactor(ci): route workflows by agent group label instead of named agent (#94) 2026-06-17 16:26:04 +00:00
weekly-audit-missing.yaml refactor(ci): route workflows by agent group label instead of named agent (#94) 2026-06-17 16:26:04 +00:00
weekly-rebuild-missing.yaml refactor(ci): route workflows by agent group label instead of named agent (#94) 2026-06-17 16:26:04 +00:00