File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/SwiftSDKGeneratorTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ final class RepeatedBuildTests: XCTestCase {
124
124
125
125
// Test that an existing SDK can be rebuilt without cleaning up.
126
126
// Test with no arguments by default:
127
- var possibleArguments = [ " --host-toolchain " ]
127
+ var possibleArguments = [ " --no- host-toolchain " ]
128
128
do {
129
129
try await Shell . run ( " podman ps " )
130
130
possibleArguments. append ( " --with-docker --linux-distribution-name rhel --linux-distribution-version ubi9 " )
@@ -176,7 +176,7 @@ struct SDKConfiguration {
176
176
var sdkGeneratorArguments : String {
177
177
return [
178
178
" --sdk-name \( bundleName) " ,
179
- " --host-toolchain " ,
179
+ " --no- host-toolchain " ,
180
180
withDocker ? " --with-docker " : nil ,
181
181
" --swift-version \( swiftVersion) -RELEASE " ,
182
182
testLinuxSwiftSDKs ? " --host \( hostArch!) -unknown-linux-gnu " : nil ,
You can’t perform that action at this time.
0 commit comments