Commit d6c681e
authored
[5.10] Reduce rebuilds when running buildbot_incremental presets in succession (#69168)
We have some configurations in which we run a preset that only builds
the compiler, and then a few ones to tests such binary, e.g.
```
buildbot_incremental,tools=RA,stdlib=RD,build
buildbot_incremental,tools=RA,stdlib=RD,test=macOS,type=device
buildbot_incremental,tools=RA,stdlib=RD,test=iOS,type=simulator
buildbot_incremental,tools=RA,stdlib=RD,test=watchOS,type=simulator
```
Contrary to the other presets, in the first preset we did not specify
"--lit-args" since it is not necessary -- however that plays a part in
the configuration of compiler-rt, causing an unwanted rebuild when that
parameter is specified in the following preset.
Addresses rdar://116922016
(cherry picked from commit 6cf157e)1 parent c0694ca commit d6c681e
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2166 | 2166 | | |
2167 | 2167 | | |
2168 | 2168 | | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
2169 | 2176 | | |
2170 | 2177 | | |
2171 | 2178 | | |
| |||
0 commit comments