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 ef5ce43 commit d2edfa3Copy full SHA for d2edfa3
Tests/BuildTests/IncrementalBuildTests.swift
@@ -163,6 +163,7 @@ final class IncrementalBuildTests: XCTestCase {
163
environment: environment
164
).spm_chomp()
165
166
+ // Generate a new path to make sure the cache is not used and it's rebuilt again with same path.
167
let newSdkPathStr = "/tmp/../\(sdkPathStr)"
168
// Perform a full build again because SDK changed.
169
let log1 = try executeSwiftBuild(fixturePath, env: ["SDKROOT": newSdkPathStr]).stdout
0 commit comments