Remove ICU from the toolchain (#75262)

* Remove ICU from the toolchain

* Remove icu comment from GettingStarted.md
This commit is contained in:
Jeremy Schonfeld
2024-07-17 18:19:16 -07:00
committed by GitHub
parent 346bd23c92
commit f3acbb079f
27 changed files with 1 additions and 328 deletions

View File

@@ -135,9 +135,6 @@ toolchain as a one-off, there are a couple of differences:
- Before running `update-checkout`, double-check that `swift` is the only
repository inside the `swift-project` directory. Otherwise,
`update-checkout` may not clone the necessary dependencies.
- Running `update-checkout` may fail if the `git-lfs` dependency is not
installed. This may report as an error related to `icu`. A workaround is
passing `--skip-repository icu` to `update-checkout`.
## Installing dependencies