-
Notifications
You must be signed in to change notification settings - Fork 724
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
Add support for a Windows Build #497
Comments
/dev/urandom replacement example is here: |
I'll add, it may make sense to not link to libcrypto on windows and use CNG instead. |
@alexw91 @JonathanHenson Any timeline for Windows support? |
@YashC Thanks for reaching out regarding this issue . Currently, Windows support is not on our immediate roadmap. We will take your request into consideration in a future release. We will update this issue once we have a potential date. |
We are cleaning up stale feature requests. Please reopen this issue if you believe it should be reprioritized. |
Looks like Travis doesn't support a Windows build yet: travis-ci/travis-ci#2104
Neither does AWS CodeBuild, but according to this blog post from December :
It looks like AWS CodeBuild may be adding Windows support soon.
EDIT: Looks like Appveyor currently supports a Windows build: https://www.appveyor.com/
Code that would have to be fixed or replaced for a Windows build:
dev/urandom
with Windows equivalent__attribute__((cleanup))
The text was updated successfully, but these errors were encountered: