Linux CI: slow builds due to 100+ apt package installs on every run #27
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?
Description
Linux CI installs ~100 packages on every build run. Even with apt caching the build is slow.
Suggested fix
Build a pre-baked container image with all build dependencies installed and push it to the Forgejo container registry. The CI workflow would pull this image instead of running apt-get on every run, cutting build times significantly.
Cycle
dev33 carry-forward