Skip to content

Commit 669b765

Browse files
committed
wip: Force no host toolchain to avoid downloads
1 parent 9b657ab commit 669b765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftSDKGeneratorTests/EndToEndTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ final class RepeatedBuildTests: XCTestCase {
124124

125125
// Test that an existing SDK can be rebuilt without cleaning up.
126126
// Test with no arguments by default:
127-
var possibleArguments = ["--host-toolchain"]
127+
var possibleArguments = ["--no-host-toolchain"]
128128
do {
129129
try await Shell.run("podman ps")
130130
possibleArguments.append("--with-docker --linux-distribution-name rhel --linux-distribution-version ubi9")

0 commit comments

Comments
 (0)