-
Notifications
You must be signed in to change notification settings - Fork 88
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
chain recipe broken with cache #128
Comments
actually, looks like it successfully finished the chained package, and then attempts to do something with "main" recipe which fails because no source defined, so i add one: source '', :with => :noop now it fails because
so i add def build
end now it fails with missing
i add empty install as well: def install
end and now it fails with rpmbuild:
so apparently it treats the "main" package also like it should produce something. i thought also imho |
Sorry, I have not have looked at the rest of this - but predefining source, build and install to be empty is a change I'd like 👍 |
i tried to create subpackages using chain recipe (#30), basically the recipes are just top level recipes that i include in main recipe to achieve the goal.
but seems there's some issue with cache:
The text was updated successfully, but these errors were encountered: