Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop updating all submodules during Xcode builds. (#20238)
In CI we were first fetching only the submodules we need for Darwin during the submodules step, then the Xcode build would fetch _all_ submodules. This took a very long time. Change the Xcode script to use the "fetch just the submodules we need" machinery.
- Loading branch information