-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
nginxQuic package and boringssl update #119813
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some ideas I had while reading. Good idea.
preBuild = '' | ||
cmakeConfigurePhase | ||
''; | ||
|
||
buildPhase = '' | ||
ninjaBuildPhase | ||
''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't those be invoked automatically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
buildGoModule overwrites them
Result of 12 packages marked as broken and skipped:
16 packages skipped due to time constraints:
2 suggestions:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. Result of 14 packages marked as broken and skipped:
13 packages skipped due to time constraints:
2 packages built successfully:
2 suggestions:
|
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Motivation for this change
Adds nginxQuic from https://quic.nginx.org/ and an option to use it in vhosts (vhost.http3 = true;)
Also updates boringssl to a newer version that supports h3 (and some changes as go modules need to be fetched now)
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)