-
Notifications
You must be signed in to change notification settings - Fork 233
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
Docker build necessary ? #23
Comments
No, it is not necessary and adding a flag should be fairly trivial. Taking a look at it. |
Ok @pgravel-com. I was thinking of that because of cases where some people can't use Docker (VT-x deactivated by IT dept., WSL, etc) but still want to compile and contribute. |
Building without Docker is already possible by running something like |
Exactly my point. I (or someone else) should look to implement this. |
i don't really understand the rpoblem... |
Like @rojer said, if |
I do not have that experience. On a Linux system that doesn't have docker, I get :
I get the same result using What I understand from the code you quoted, is that the Makefile only checks if there is a You can (and I did) build natively by calling the Makefile from
EDIT : I made a MR (#29) with what I think is a good way to disable Docker (enabled by default). |
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in apple#23. Signed-off-by: Clovis Durand <[email protected]>
Refers to the discussion in #23. Signed-off-by: Clovis Durand <[email protected]>
Why exactly do we need to run make in a docker container. Of course I understand the benefits of doing so, but shouldn't it be an option when running make for the first time ? Something like
make DOCKER_BUILD=y
or so ?The text was updated successfully, but these errors were encountered: