You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wfurt pointed out that our 2.2.1 packages don't actually have the libnuma dependency and I just checked our build pipeline and I see:
-- Found libnuma: /usr/lib/x86_64-linux-gnu/libnuma.so.1
-- numa.h not found. If build fails, install libnuma-dev
I don't know why it can find libnuma.so but not numa.h. We build the docker container with libnuma-dev installed, so it should have everything we need, but apparently it doesn't?
Affected OS
Windows
Linux
macOS
Other (specify below)
Additional OS information
No response
MsQuic version
v2.2
Steps taken to reproduce bug
Run official Linux builds
Expected behavior
Depends on libnuma
Actual outcome
No libnuma dependency because it wasn't fully available at build time.
Additional details
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
@wfurt pointed out that our 2.2.1 packages don't actually have the libnuma dependency and I just checked our build pipeline and I see:
I don't know why it can find
libnuma.so
but notnuma.h
. We build the docker container withlibnuma-dev
installed, so it should have everything we need, but apparently it doesn't?Affected OS
Additional OS information
No response
MsQuic version
v2.2
Steps taken to reproduce bug
Run official Linux builds
Expected behavior
Depends on libnuma
Actual outcome
No libnuma dependency because it wasn't fully available at build time.
Additional details
No response
The text was updated successfully, but these errors were encountered: