Skip to content

Commit 28874ad

Browse files
committed
Temporarily force the use of non-local swift-build dependency
1 parent 4ec43ec commit 28874ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -1029,9 +1029,9 @@ if ProcessInfo.processInfo.environment["SWIFTPM_SWBUILD_FRAMEWORK"] == nil {
10291029
.product(name: "SWBBuildService", package: "swift-build"),
10301030
]
10311031

1032-
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
1032+
//if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
10331033
package.dependencies += [.package(url: "https://github.com/swiftlang/swift-build.git", branch: relatedDependenciesBranch)]
1034-
} else {
1035-
package.dependencies += [.package(path: "../swift-build")]
1036-
}
1034+
//} else {
1035+
// package.dependencies += [.package(path: "../swift-build")]
1036+
//}
10371037
}

0 commit comments

Comments
 (0)