Commit 64e33c5
committed
Use dedicated module cache to build xctest, llbuild and Foundation (swiftlang#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)1 parent 3ee5411 commit 64e33c5
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2075 | 2075 | | |
2076 | 2076 | | |
2077 | 2077 | | |
| 2078 | + | |
2078 | 2079 | | |
2079 | 2080 | | |
2080 | 2081 | | |
| |||
2151 | 2152 | | |
2152 | 2153 | | |
2153 | 2154 | | |
| 2155 | + | |
2154 | 2156 | | |
2155 | 2157 | | |
2156 | 2158 | | |
| |||
2222 | 2224 | | |
2223 | 2225 | | |
2224 | 2226 | | |
| 2227 | + | |
2225 | 2228 | | |
2226 | 2229 | | |
2227 | 2230 | | |
| |||
0 commit comments