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

Fix recent Alpine repo build #4612

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

janvorli
Copy link
Member

This change fixes build on recent Alpine Linux where the NULL is defined as std::nullptr instead of the former 0.
I've hit the problem when trying to build it on Alpine arm32, but I believe all architectures would be affected the same way.

This change fixes build on recent Alpine Linux where the NULL is defined
as std::nullptr instead of the former 0
@janvorli janvorli added this to the 9.0.0 milestone Apr 16, 2024
@janvorli janvorli self-assigned this Apr 16, 2024
@janvorli janvorli requested a review from a team as a code owner April 16, 2024 20:15
@janvorli janvorli merged commit 6e79b1e into dotnet:main Apr 17, 2024
18 checks passed
@janvorli janvorli deleted the fix-alpine-arm32-build branch April 17, 2024 06:55
@github-actions github-actions bot locked and limited conversation to collaborators May 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants