You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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://150159526
0 commit comments