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 single-thread builds by putting the checks on threaded builds only #97076

Closed

Conversation

adamscott
Copy link
Member

@adamscott adamscott commented Sep 16, 2024

Warning

This is a really dumb naive PR, but it could actually be the way to go.

Fix for single-threaded builds. It puts the added checks by 2d1dd41 behind a check for thread-supported builds only.

Fixes #97073

@RandomShaper
Copy link
Member

#96959 reverts the commit adding the issue. However, I don't see why we couldn't have this so master is functional right away.

Also, sorry for that. I always wonder if I'm breaking threadless builds when dealing with the WTP.

@adamscott
Copy link
Member Author

Also, sorry for that. I always wonder if I'm breaking threadless builds when dealing with the WTP.

Don't worry. You're already doing God's work. <3

@akien-mga
Copy link
Member

Superseded by #96959.

@akien-mga akien-mga closed this Sep 17, 2024
@akien-mga akien-mga removed this from the 4.4 milestone Sep 17, 2024
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.

Single-threaded Web exports are broken
3 participants