swiftlang / swift-docker

Docker Official Image packaging for Swift
https://swift.org
Apache License 2.0
1.37k stars 184 forks source link

[Static SDK for Linux] Remove ICU from the build. #422

Closed al45tair closed 1 month ago

al45tair commented 1 month ago

We don't need ICU for Foundation any more, so remove it and don't link it into the other libraries either.

(See swiftlang/swift-corelibs-foundation#5089.)