swiftlang / swift-docker

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

Install cmake and git test dependencies #386

Closed etcwilde closed 2 months ago

etcwilde commented 2 months ago

You can build a complete toolchain without git or CMake installed, but it won't test. build-script builds its own copy of CMake, but doesn't add it to its path for testing purposes, so it'll fail to pass its test suite if you don't pre-install a CMake. The tests also need a pre-installed git to check branch state.

rdar://128502727

shahmishal commented 2 months ago

@swift-ci test