-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Build libdispatch with its own module cache #34638
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
Build libdispatch with its own module cache #34638
Conversation
Some of the bots in CI run multiple jobs, so we need to be sure libdispatch compilations do not attempt to share the module cache. Addresses rdar://68100533
@swift-ci please smoke test macOS |
@swift-ci please test Linux |
@swift-ci please test Windows |
@swift-ci Please Build Toolchain Linux Platform |
Linux Toolchain (Ubuntu 16.04) Install command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix! I've only seen this failure in libdispatch but we should keep an eye out to apply this in more projects if they fail on pcm related errors.
Co-authored-by: Mishal Shah <shahmishal@users.noreply.github.com>
@swift-ci please smoke test macOS |
@swift-ci please test Linux |
@swift-ci please test Windows |
@swift-ci Please Build Toolchain Linux Platform |
@swift-ci please clean test Windows |
Linux Toolchain (Ubuntu 16.04) Install command |
@swift-ci please smoke test macOS |
* 'main' of github.com:apple/swift: Build libdispatch with its own module cache (swiftlang#34638)
Some of the bots in CI run multiple jobs, so we need to be sure libdispatch compilations do not attempt to share the module cache. Addresses rdar://68100533 (cherry picked from commit f4b86c9)
Some of the bots in CI run multiple jobs, so we need to be sure
libdispatch compilations do not attempt to share the module cache.
Addresses rdar://68100533