-
Notifications
You must be signed in to change notification settings - Fork 245
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
Build fails on Ubuntu220.4 #331
Comments
edit quic/state/test/CMakeLists.txt and delete this: quic_add_test(TARGET AckHandlersTest |
ugh, yeah unfortunately the workaround recommended by @junkai0531 is the fastest way forward, as this seems to be a compiler issue. |
Thx, I solved the problem by editing the CMakeLists.txt file. |
Summary: This fixes a compiler bug that is hit when building AckHandlersTest.cpp using gcc11. This was reported in #331 and started happening consistently when the Github CI build was updated to use Ubuntu 22.04. Reviewed By: chadaustin, sharmafb Differential Revision: D57506683 fbshipit-source-id: a156a9ba7641f395ea9da01ec084fdccb3d6a88b
I follow the building steps in README.md, but got this Error and build failed.
Error message:
mvfst/quic/state/test/AckHandlersTest.cpp:7779:1: internal compiler error: in invert, at value-range.cc:1811
7779 | } // namespace quic
| ^
The text was updated successfully, but these errors were encountered: