-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Use dedicated module cache to build xctest, llbuild and Foundation #34728
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
Use dedicated module cache to build xctest, llbuild and Foundation #34728
Conversation
This is a small tests to ensure multiple build jobs running on the same machine (e.g. in CI) do not stomp on each other. This PR does not cover the version detection of the Swift compiler during the CMake configuration -- in there the compiler gets called once without any of the `CMAKE_Swift_FLAGS`. Addresses rdar://71373494
@swift-ci please test |
@swift-ci please test toolchain |
@swift-ci build toolchain |
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.
Sounds like a good idea to harden up the build.
@swift-ci please test Windows platform |
macOS Toolchain Install command |
…wiftlang#34728) This is a small step to ensure multiple build jobs running on the same machine (e.g. in CI) do not stomp on each other. This PR does not cover the version detection of the Swift compiler during the CMake configuration -- in there the compiler gets called once without any of the `CMAKE_Swift_FLAGS`. Addresses rdar://71373494 (cherry picked from commit e55d6a8)
This is a small step to ensure multiple build jobs running on the same
machine (e.g. in CI) do not stomp on each other.
This PR does not cover the version detection of the Swift compiler
during the CMake configuration -- in there the compiler gets called once
without any of the
CMAKE_Swift_FLAGS
.Addresses rdar://71373494