You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: