Huge memory usage increase when upgrading from 6.2.3 to 6.2.4 with Static Linux SDK

Yes, the Static Linux script builds it as the first step: swift-docker/swift-ci/sdks/static-linux/scripts/build.sh at b4c06a25839e7e3a10eb93a53bd137beb81c12b7 · swiftlang/swift-docker · GitHub

Ah, in the Android script, it gets built when swiftlang/swift/utils/build-script is called: swift/utils/swift_build_support/swift_build_support/cmake.py at 5b92e5c57d0058648761c5de01b7174f00337831 · swiftlang/swift · GitHub

1 Like

@al45tair I've opened a PR with some fixes/improvements: Fix various issues with the Static Linux SDK build script by Cyberbeni · Pull Request #578 · swiftlang/swift-docker · GitHub

Also I still think clang build could be (conditionally) skipped.

(Based on issue 555 and 558 not being removed after 1.5 months, I don't think any of the maintainers check GitHub unless requested through a different channel.)