-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add builddepends metadata field to recipes #85
Comments
builddepends
metadata field to recipes
Preferably it would also cache the image with the builddeps installed after the first run so that subsequent builds don't need to reinstall them. |
I’m starting to implement this. To make things simpler, I’ll omit the
|
Also, regarding #170 (comment), I’m thinking that the |
Perhaps, this will allow us to have access to more tools out of the gate. |
(As proposed by @Eeems on Discord.)
Some recipes require specific packages that are not provided by the Toltec Docker images. Currently, these are calculator and plato. We should add a
builddepends
field, similar to Arch’s makedepends, which contain be a list of Debian packages required for thebuild()
function.The text was updated successfully, but these errors were encountered: