-
Notifications
You must be signed in to change notification settings - Fork 26
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
Don't install VCS globally for building source packages #69
Comments
I think a good solution is to make a separate job |
thanks, yeah, that might be an easier fix in the short run (in the long run it conflicts with #57 which would build anything in every job) |
lazka
added a commit
that referenced
this issue
Dec 23, 2022
See #69 Building source packages requires git etc to be installed, but ideally we wouldn't pollute the builder with extra packages that it doesn't explicitly require. To avoid this build msys and mingw source packages in a separate job.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that makepkg doesn't handle make dependencies when building source packages, so we have to install them manually before. We need to figure out how to install them and restore the previous state some other way.
The text was updated successfully, but these errors were encountered: