You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CI introduced in #19 can be drastically improved in efficiency, by creating a custom docker/container image based on fedora:latest where all dependencies required in most builds are already installed.
Tasks
Create custom container including all dependencies
Rebuild image automatically every once in a while so it stays up to date
Another side thing that would also improve "efficiency": Maybe properly define, what CI should run on which event (currently a lot of jobs run twice on a push to a PR)
The text was updated successfully, but these errors were encountered:
Description
The CI introduced in #19 can be drastically improved in efficiency, by creating a custom docker/container image based on fedora:latest where all dependencies required in most builds are already installed.
Tasks
The text was updated successfully, but these errors were encountered: