-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support Windows #17
Comments
This would make adding tests to anchore/syft#2654 a lot easier. |
https://gist.github.com/f3l3gy/0e89dde158dde024959e36e915abf6bd might be how we'd do an install script. |
Adding CLI tests as a step towards this: #21 |
Current issue facing this is that running |
This is blocked on a bunch of Taskfile.yaml refactoring everywhere (especially not using shell / coreutils to compute variables in the Taskfiles). After that work is done this will be much easier. Dropping until then. |
We'd like to release binny for Windows so that projects using binny to manager their binary dependencies are easier to work on on Windows.
Right now, there are a few obstacles to this:
syscall.SIGWINCH
constant, which doesn't exist on Windows. To fix that, we should pull all the fancy terminal UI stuff into separate files that aren't built on Windows.install.ps1
to the repo, or maybe publishing to chocalatey is the right path here.The text was updated successfully, but these errors were encountered: