Skip to content

add missing libnuma to Debian 11 packages #890

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

Closed
wants to merge 1 commit into from
Closed

add missing libnuma to Debian 11 packages #890

wants to merge 1 commit into from

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Jun 9, 2023

@wfurt wfurt requested review from CarnaViire, ManickaP and mthalman June 9, 2023 08:33
@wfurt wfurt self-assigned this Jun 9, 2023
@@ -48,7 +48,7 @@ RUN curl -LO https://packages.microsoft.com/keys/microsoft.asc && \
rm microsoft.asc && \
apt-add-repository https://packages.microsoft.com/debian/11/prod && \
apt-get update && \
apt-get install -y libmsquic && \
apt-get install -y libnuma1 libmsquic && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I understand only two packages are here but might as well follow best practices right off the bat and have them listed alphabetically. My preference is to have them listed on separate lines as well. Same applies to other Dockerfiles.

Suggested change
apt-get install -y libnuma1 libmsquic && \
apt-get install -y \
libmsquic \
libnuma1 && \

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can do that. this will hopefully be reversed soon as msquic fixes their packages e.g. this should not really be needed.

@wfurt
Copy link
Member Author

wfurt commented Jun 11, 2023

closing in favor of 2.2.2 upgrade.

@wfurt wfurt closed this Jun 11, 2023
@richlander richlander deleted the libnuma branch June 13, 2024 16:02
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.

MsQuicPlatformDetectionTests failures in CI
3 participants