-
Notifications
You must be signed in to change notification settings - Fork 445
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
sbt docker:publishLocal fails on Windows #760
Comments
Probably. Are you using the spotify docker client? |
This seems unrelated to Docker client, it happens during build, probably while calculating a cmd path. |
But Docker toolbox, not spotify. |
I think we have it here:
|
Hi I am on 1.2.0-M2 and this issue still isn't fixed. Looks like the code was changed but I am getting array index out of bound error on line 88 (makeAdd). Any help would be greatly appreciated |
Damn. Windows is real unforgiving :( |
Yes I would love to do it. |
Awesome 👍 So, first of all Fixing this bug should only require touching the The workflow from there on is
You can change the |
Yes, but the last commit was supposed to fix this issue. |
It brought the issue of #573 back. Maybe there's something else wrong in the logic. |
@mkotsbak I'm wondering that if anyway Unix separator |
Then my commit should be reverted. |
So whats the decision? Should I do it or is it already fixed? |
It has been fixed to master. There's now #842 open for 1.1.x too |
Running "sbt docker:publishLocal" fails with this stack trace on Windows (works fine on Linux):
I guess it is related to the Windows directory separator "".
The text was updated successfully, but these errors were encountered: