-
Notifications
You must be signed in to change notification settings - Fork 528
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
build errors on windows 10 #261
Comments
@duke-arioch : Thanks for your bug report. Could you please share your logs with |
Thanks Rohan! I have added the below file with -X. I did not do anything but clone the repo per the instructions and then execute the maven command (edit) - this output was from the mvn k8s:build command. after the full command failed, i broke it up and found mvn clean install was successful. then executed k8s:build afterwards on its own |
ah, looks like this line the culprit, I think platform-independent Would you like to create a PR to fix this? |
I wonder why our windows test is not failing |
Quick check I did not see the test setting the base dir - maybe i missed it? default is '/maven' in any case, which would not trigger it. |
Yes, but I don't see this being overridden in the hello-world example either. We need to check. Anyway, before implementing the (easy) fix, we first need to modify the windows integration test to make it fail. We need guarantees and to make sure that any other change we make in the future won't break JKube for Windows users. |
Also, probably something like |
i think i got it - was considering helping out with a pull request but wanted to get build going first - i saw this:
|
Our tests are not platform independent, many of them will fail on windows :( Not sure that the failing test is related to our current problem. If you can, maybe try out this project in your machine: https://github.com/jkubeio/jkube-integration-tests/tree/master/projects-to-be-tested/windows (Although maybe it won't work either because it's using a windows containers image, and you're probably running regular Docker) |
I will play around when I have some time later today - if I see something useful I will submit a PR |
Let me know if there's a slack or discord etc for this project - in the meantime, where does the code under test execute - is it part of the build, ie creating the image or otherwise working outside of it, or is it going into the image? and what drives whether a windows or linux image is built? and yes - I am running docker for windows, and using their default WSL2 image. Let me know if there's a better forum for all my dumb questions - as I am new to this project! |
Same Issue, Eclipse on Windows 10 is not working. Is there any fix I can apply? |
You can ask your questions on our gitter channel https://gitter.im/eclipse/jkube |
GitHub actions environment for windows is run in some sort of *nix compatible shell, so it will be hard to upgrade our IT to fail for this. |
on mvn k8s:build i get the following output:
docker version:
maven version:
The text was updated successfully, but these errors were encountered: