-
Notifications
You must be signed in to change notification settings - Fork 669
Makefile: add make minimal
#1673
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
Conversation
8a5f2d6
to
976e599
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it include the lima
wrapper as well ?
No, it should be just minimal |
I consider it to be (minimal), but I don't know what this will be used for |
For local testing I don't want to compile guestagents for non-native archs |
I found doing something similar for qemu to be useful (for a new project). i.e. building a custom qemu, with only the targets that are used by lima |
Do you have that code in a repo somewhere? It might be useful for the Bonus question, since this just came up on |
It was more of a configure line for the qemu build, and I didn't do any work of packaging the result up either... Just thinking it could be alternative to the default build in for instance brew, which weighs in at a gigabyte or so But yeah, adding a "qemu-lima" repo could be done |
I think it should be enough to set the compilers, i.e. aarch64-linux-gnu-gcc aarch64-linux-gnu-g++ Can't see any special other mentions on : https://cblfs.clfs.org/index.php/QEMU |
Signed-off-by: Akihiro Suda <[email protected]>
976e599
to
1ed9afc
Compare
No description provided.