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

MinGW platforms: duplicate headers cause compilation failures #9687

Open
maleadt opened this issue Oct 25, 2024 · 0 comments
Open

MinGW platforms: duplicate headers cause compilation failures #9687

maleadt opened this issue Oct 25, 2024 · 0 comments
Labels
Windows 🙄 Doesn't build for Windows

Comments

@maleadt
Copy link
Contributor

maleadt commented Oct 25, 2024

On MinGW platforms, both GCCBootstrap and PlatformSupport provide headers like pthread_time.h, resulting in potential compilation errors based on the order of these artifacts getting mapped in the contained. It's both problematic that our artifacts provide duplicate files, and that there's a nondeterminism in how artifacts get mapped.

For more details, see #9680 (comment)

@maleadt maleadt added the Windows 🙄 Doesn't build for Windows label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Windows 🙄 Doesn't build for Windows
Projects
None yet
Development

No branches or pull requests

1 participant