-
Notifications
You must be signed in to change notification settings - Fork 167
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
CI jobs with --experimental-quic #2353
Comments
Note: none of the sharedlibs-openssl jobs should be included in the set of jobs using the |
https://ci.nodejs.org/job/node-test-commit/ with (edit: I see @richardlau already mentioned it on |
It works, but since that includes the sharedlibs-openssl we won't ever get a completely green run since we cannot use quic with the shared openssl build |
What's the hang-up on this? Is it the age of the openssl we have in sharedlibs? I haven't updated it in a while and could go ahead and do that to be more reasonably reflective of what people are likely using in the wild. |
My understanding (nodejs/node#29817 (comment)) is that quic support in OpenSSL won't arrive until OpenSSL 3.0 at the earliest and for Node.js the embedded OpenSSL has been patched (nodejs/node#32377). So Node.js' quic support won't work with stock OpenSSL 1.1.1 (which is one of the reasons it's behind a non-default configure flag). |
Ah, well if that's the case then maybe someone wants to hack together a bit of bash in https://ci.nodejs.org/view/All/job/node-test-commit-linux-containered/ (in the |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
The experimental QUIC support has landed in nodejs/node main branch. This is not built by default. It requires the use of the
--experimental-quic
configure flag to be enabled. It would be fantastic if we could have a set of jobs specific to QUIC on a subset of linux, mac, and windows machines that enable the--experimental-quic
flag so that we can run CI on relevant PRs. (for Windows, the flag isvcbuild experimental-quic
)The text was updated successfully, but these errors were encountered: