-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Repo build and dev env doesn’t work on Windows 10 #55
Comments
The built packages should work on Windows, but not necessarily the build itself. Any chance you can see your way to using WSL? |
@rix0rrr from a developer experience point of view, WSL would not really work here as a developer would likely want to use their native IDEs for development. Of course, there's no reason why built packages themselves wouldn't work but I'll have a play. |
I'm running into the same thing, and am thinking of wrapping a Docker image around the build process, as a workaround. |
Recommend to use the docker instructions in the contribution guide on Windows. Closing for now. |
Hi @eladb @NGL321 can we reopen this issue? There are no Docker instructions in the contribution guide anymore, so building the CDK on Windows doesn't work. Also, it's impossible to use WSL 1 because building the CDK requires docker to be running and accessible. (WSL 2 gets around this by allowing you to interface with the docker daemon from within a WSL container). Even scripts like |
Yes, reopening. Thanks |
Small changes to make builds work in Windows Subsystem for Linux (WSL). Verified by **partial** building in Windows 10 + Ubuntu 18.04 WSL. fixes #55 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Small changes to make builds work in Windows Subsystem for Linux (WSL). Verified by **partial** building in Windows 10 + Ubuntu 18.04 WSL. fixes #55 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
pkglint doesn't work on Windows it seems - or something is running chmod which obviously does not exist.
The text was updated successfully, but these errors were encountered: