-
Notifications
You must be signed in to change notification settings - Fork 1.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
Fix windows build (mostly) #1412
Conversation
Signed-off-by: dblock <dblock@dblock.org>
Signed-off-by: dblock <dblock@dblock.org>
Signed-off-by: dblock <dblock@dblock.org>
Signed-off-by: dblock <dblock@dblock.org>
Can one of the admins verify this patch? |
start gradle check |
✅ DCO Check Passed 04af520 |
✅ Gradle Wrapper Validation success 04af520 |
Signed-off-by: dblock <dblock@dblock.org>
✅ DCO Check Passed 3677f12 |
✅ Gradle Wrapper Validation success 3677f12 |
✅ Gradle Precommit success 3677f12 |
start gradle check |
@dblock I could help with |
Definitely, please! |
* Updated developer guide with Windows specifics. Signed-off-by: dblock <dblock@dblock.org> * Correct windows task name. Signed-off-by: dblock <dblock@dblock.org> * Use Docker desktop installation on Windows. Signed-off-by: dblock <dblock@dblock.org> * Locate docker-compose on Windows. Signed-off-by: dblock <dblock@dblock.org> * Default docker-compose location. Signed-off-by: dblock <dblock@dblock.org>
@dblock I was running the build on Windows 10 / Docker Desktop 3.6 with latest
The
May be you could hint what the problem you run into? Thank you! |
* Updated developer guide with Windows specifics. Signed-off-by: dblock <dblock@dblock.org> * Correct windows task name. Signed-off-by: dblock <dblock@dblock.org> * Use Docker desktop installation on Windows. Signed-off-by: dblock <dblock@dblock.org> * Locate docker-compose on Windows. Signed-off-by: dblock <dblock@dblock.org> * Default docker-compose location. Signed-off-by: dblock <dblock@dblock.org>
My bad for not posting the entire error, I’ll do it when I’m back on the computer. @reta can you successfully run |
I'm getting an obscure docker compose finished with an exit code 17, and a "not implemented" on stderr.
it's coming from docker-compose itself
https://forums.docker.com/t/docker-compose-up-returns-not-implemented-what-worng/111914/14 says to run |
Hm .... no, I don't see that, very weird .... the
(symbolic link tests)
Which is related to #1406 |
Just saw it, #1425, so it explains why it fails for you (Docker Desktop 4.x) and not for me (Docker Desktop 3.6.x). |
Let's move the discussion to #1425. |
So let's assume I solve my docker issue ...
Shouldn't it be building Windows stuff here, i.e. |
Exactly, this is what I would have expected, looking why |
@dblock it seems like we always build all distributions but we run into #1430 |
Description
This fixes much of the Windows build.
What Works
This is sufficient for opensearch-project/opensearch-build#767
What Doesn't Work
Issues Resolved
Most of #1379.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.