feat: add zstd for decompressing Forgejo runner logs #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/add-zstd"
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?
Why
Forgejo runner logs are stored compressed with zstd at
/workspace/Runner Action Logs/.The ci-triage agent needs
zstdto decompress and read these logs for failure analysis.What
Adds
zstdto the base packages in the Dockerfile.Related