Document Forgejo CI runner workarounds #2
Labels
No labels
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/spadinastan#2
Loading…
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?
Description
Running the Forgejo Actions runner in Podman did not work, resulting in failures with:
While digging didn't yield anything, using the runner binary directly worked fine. It must be something around a container spawning other containers.
In the immediate, cleanup and formalization of using the binary should be committed and documented. Digging more into why this kept failing would be the next step as running the runner directly on the machine is uncomfortable.