-
Notifications
You must be signed in to change notification settings - Fork 785
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
Confusing make targets #580
Comments
I agree. make should build skopeo. |
Yeah, as mentioned elsewhere here, building dynamically-linked binaries in a container for a different OS version, or an entirely different OS, and expecting them to be usable locally, is just incorrect. The default should be I’m almost tempted to drop the in-container builds entirely, AFAICT we are not using them and thus they sometimes break without anyone noticing, but IIRC from earlier reports there are some users, so probably not. |
FWIW,
|
I think the Docker/Podman build is fixed now. I am going to have an intern tackle fixing this. |
make
starts a container, andsudo make install
fails ?Seems that you need to "make binary-local" to just do a regular build. And that "skopeo" is missing ?
make: *** No rule to make target 'skopeo', needed by 'install-binary'. Stop.
It would be better if binary-local was called "skopeo", and if the static binary was called "skopeo-static"
The text was updated successfully, but these errors were encountered: