Skip to content

Commit d9b3382

Browse files
authored
5.7: set relatedDependenciesBranch to release/5.7 (swiftlang#5533)
This allows packages depending on SwiftPM to correctly resolve dependencies.
1 parent a8ea520 commit d9b3382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ let package = Package(
569569
// this right now.
570570

571571
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
572-
let relatedDependenciesBranch = "main"
572+
let relatedDependenciesBranch = "release/5.7"
573573

574574
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
575575
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {

0 commit comments

Comments
 (0)