-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
make all is broken #2116
Comments
What are you trying to build? You can see it builds a variety of cross platform binaries, drivers, and the images we publish, so it has to build certain things in docker. We could probably make this a little more friendly, but we haven't gotten around to that. You most likely don't need to build most of these things.
|
@r2d4 Basically I am working on a fix for #806. I am trying to build executable to test in other platform (aka windows). After adding
|
You'll need the libvirt-dev package to build |
If you're just looking to build the windows binary, you can cross compile a windows binary with just |
@r2d4 thanks for the reply. I tried |
Wait.. @r2d4 it still gives me a linux binary. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG
Please provide the following details:
Environment:
Minikube version (use
minikube version
):NAME="Ubuntu"
VERSION="16.04.2 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.2 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
What happened:
What you expected to happen: it should succeed.
How to reproduce it (as minimally and precisely as possible): make all
Output of
minikube logs
(if applicable): n/aAnything else do we need to know: n/a
The text was updated successfully, but these errors were encountered: