Anton Bachin
Anton Bachin
Building on `windows-latest`, installing package `ssl` 0.7.0 as a dependency [results](https://github.com/aantron/dream/actions/runs/10683497296/job/29611702223?pr=337#step:5:441) in ``` # ssl_stubs.c:311:32: error: 'SSL_OP_NO_TLSv1_3' undeclared here (not in a function); did you mean 'SSL_OP_NO_TLSv1_1'? # 311 |...
- [ ] Build on OCaml 5 and 4.14. - [ ] Relax the bugfix version (e.g. `4.13.x` rather than `4.13.1`. - [ ] We probably don't need to build...
- [ ] Give example build commands with Dune rather than ocamlfind. - [ ] Probably remove the image in favor of a code block. - [ ] `Markup_lwt` and...
Right now, it's not clear how to install this package `ssl` on a GitHub Actions Windows runner. This should be addressed and maintained in this repo for all downstream users....
Trying to install package `ssl` 0.7.0 from opam in a GitHub Actions runner [causes](https://github.com/aantron/dream/actions/runs/10683497296/job/29611702223?pr=337#step:5:441): ``` # ssl_stubs.c:311:32: error: 'SSL_OP_NO_TLSv1_3' undeclared here (not in a function); did you mean 'SSL_OP_NO_TLSv1_1'? #...
See the [libuv release](https://github.com/libuv/libuv/releases/tag/v1.49.2).