-
Notifications
You must be signed in to change notification settings - Fork 19
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
Issue #48 - Make libwebsockets and libnghttp2 mandatory #397
Issue #48 - Make libwebsockets and libnghttp2 mandatory #397
Conversation
af494d3
to
8998309
Compare
8998309
to
2e7c5a2
Compare
Codecov Report
@@ Coverage Diff @@
## main #397 +/- ##
=======================================
Coverage 25.14% 25.14%
=======================================
Files 115 115
Lines 28792 28792
Branches 4673 4673
=======================================
Hits 7241 7241
Misses 20581 20581
Partials 970 970
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Please take a look at my other comments in this PR. Once those are addressed, this is ready to merge |
I don't see any other comments from you besides this one, on #397 |
2e7c5a2
to
049113f
Compare
049113f
to
6f54255
Compare
Router does not make sense without websockets or http2 support, so let's not permit such build.
This does not (yet) help with one remaining special libwebsockets case, but I believe this is just a matter of time.
skupper-router/python/skupper_router_site.py.in
Lines 50 to 51 in 96730e8
Thanks to embedding libwebsockets in the container build, the only thing holding it back are distribution packages, and Ubuntu 22.04 is on the way to CIs near you!