Commit 929e51d
authored
Merge pull request #81143 from etcwilde/ewilde/6.2-bootstrap-install-dispatch
[6.2🍒] Bootstrap: Install dispatch in stage0
Explanation:
Concurrency depends on corelibs-libdispatch. It builds part of corelibs libdispatch as part of the concurrency build but does not install it so installing the compiler that uses concurrency fails to launch because libdispatch isn't found. Build and install corelibs libdispatch as part of the stage0 toolchain build.
Scope: This only impacts bootstrap builds and has no impact on Apple platforms.
Risk: Low. The bootstrap build is only used for bringing up the compiler in new environments, not on Apple platforms.
Reviewers: @MaxDesiatov
Testing: Local testing. This patch fixed the same issue on the main branch.
Fixes: rdar://1501595261 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3127 | 3127 | | |
3128 | 3128 | | |
3129 | 3129 | | |
| 3130 | + | |
3130 | 3131 | | |
3131 | 3132 | | |
3132 | 3133 | | |
| |||
3159 | 3160 | | |
3160 | 3161 | | |
3161 | 3162 | | |
| 3163 | + | |
3162 | 3164 | | |
3163 | 3165 | | |
3164 | 3166 | | |
| |||
0 commit comments