Skip to content
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

Open
3 tasks
alexw91 opened this issue Apr 4, 2017 · 4 comments
Open
3 tasks

Add support for a Windows Build #497

alexw91 opened this issue Apr 4, 2017 · 4 comments

Comments

@alexw91
Copy link
Contributor

alexw91 commented Apr 4, 2017

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 :

We are launching with support for Linux builds and are planning to add support for Windows in the near future.

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:

  • Replace dev/urandom with Windows equivalent
  • TCP Corking IO API's?
  • MVSC compatible alternative to __attribute__((cleanup))
@JonathanHenson
Copy link
Contributor

@JonathanHenson
Copy link
Contributor

I'll add, it may make sense to not link to libcrypto on windows and use CNG instead.

@YashC
Copy link

YashC commented Oct 10, 2022

@alexw91 @JonathanHenson Any timeline for Windows support?

@zaherd
Copy link

zaherd commented Nov 14, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants