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 build with FEATURE_STANDALONE_GC disabled #111682

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

janvorli
Copy link
Member

Currently, the build fails, because the gc_pal is built only when standalone GC is enabled, but it is used for the built-in GC as well.

This change fixes it.

Currently, the build fails, because the gc_pal is built only when
standalone GC is enabled, but it is used for the built-in GC as
well.

This change fixes it.
@janvorli janvorli added this to the 10.0.0 milestone Jan 21, 2025
@janvorli janvorli requested a review from jkoritzinsky January 21, 2025 22:38
@janvorli janvorli self-assigned this Jan 21, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/gc
See info in area-owners.md if you want to be subscribed.

@janvorli
Copy link
Member Author

cc: @filipnavara, @ivanpovazan

@janvorli janvorli merged commit 1f93ea7 into dotnet:main Jan 22, 2025
91 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 22, 2025
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.

4 participants