Skip to content
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

Try 2: Split MSQuic building into a separate stage #1070

Merged
merged 3 commits into from
May 22, 2024

Conversation

jkoritzinsky
Copy link
Member

First commit is #1064.

The second commit adds a missing dependency of libmsquic into the image, numactl. This was the only package that was installed as part of the msquic build and then not uninstalled. It's required by msquic to function.

@wfurt
Copy link
Member

wfurt commented May 21, 2024

This still does not put the libraries into /usr/lib, right? So 1) it is different than all other platforms and 2) I don't think tests will find it.
If you feel otherwise did you run Quic tests on produced image?

@jkoritzinsky
Copy link
Member Author

It puts them into /lib. I'll update this PR to put them into usr/lib.

@jkoritzinsky
Copy link
Member Author

@wfurt any more feedback?

@ManickaP
Copy link
Member

I tested 3.18 amd64 from this PR, QuicConnection.IsSupported returned true, so it works.

@jkoritzinsky jkoritzinsky merged commit 79bc930 into dotnet:main May 22, 2024
29 checks passed
@jkoritzinsky jkoritzinsky deleted the msquic-2 branch May 22, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants