ci: checkout must init with the sha256 object format #136

Merged
hexajon merged 1 commit from refs/pull/136/head into main 2026-07-15 23:48:16 +00:00
hexajon commented 2026-07-15 23:48:13 +00:00 (Migrated from codeberg.org)

Summary

The first live run of the de-node'd workflows failed at every checkout with "fatal: mismatched algorithms: client sha1; server sha256": this repository uses the sha256 object format, and the new in-container checkout's bare git init created a sha1 client. Every checkout step in ci.yml and drift.yml now runs git init --object-format=sha256 with a comment explaining why. Verified end-to-end inside the runner VM with forgejo-runner exec against codeberg.org: checkout lands the exact ref and the vet job runs green. Refs #47.

## Summary The first live run of the de-node'd workflows failed at every checkout with "fatal: mismatched algorithms: client sha1; server sha256": this repository uses the sha256 object format, and the new in-container checkout's bare git init created a sha1 client. Every checkout step in ci.yml and drift.yml now runs git init --object-format=sha256 with a comment explaining why. Verified end-to-end inside the runner VM with forgejo-runner exec against codeberg.org: checkout lands the exact ref and the vet job runs green. Refs #47.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sixfold-space/madtea!136
No description provided.