We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b657ab commit 669b765Copy full SHA for 669b765
Tests/SwiftSDKGeneratorTests/EndToEndTests.swift
@@ -124,7 +124,7 @@ final class RepeatedBuildTests: XCTestCase {
124
125
// Test that an existing SDK can be rebuilt without cleaning up.
126
// Test with no arguments by default:
127
- var possibleArguments = ["--host-toolchain"]
+ var possibleArguments = ["--no-host-toolchain"]
128
do {
129
try await Shell.run("podman ps")
130
possibleArguments.append("--with-docker --linux-distribution-name rhel --linux-distribution-version ubi9")
0 commit comments