Skip to content

Commit 65e03e5

Browse files
authored
[5.5] Switch branch dependencies on swift-tools-support-core, swift-llbuild, and swift-driver from main to release/5.5 (as usual for every release). (#3465)
1 parent ed508ae commit 65e03e5

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
@@ -335,7 +335,7 @@ let package = Package(
335335
// this right now.
336336

337337
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
338-
let relatedDependenciesBranch = "main"
338+
let relatedDependenciesBranch = "release/5.5"
339339

340340
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
341341
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {

0 commit comments

Comments
 (0)