Skip to content

Commit 95bf52b

Browse files
authored
Merge pull request #626 from apple/eng/anders/switch-5.5-branch-dependencies
[5.5] Change branch dependencies on TSC and LLBuild from `main` to `release/5.5`
2 parents 67eeb6c + a295bb4 commit 95bf52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ let package = Package(
112112
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
113113
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
114114
package.dependencies += [
115-
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("main")),
115+
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("release/5.5")),
116116
]
117117
} else {
118118
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -126,7 +126,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
126126

127127
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
128128
package.dependencies += [
129-
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
129+
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("release/5.5")),
130130
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "4.0.0")),
131131
// The 'swift-argument-parser' version declared here must match that
132132
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate

0 commit comments

Comments
 (0)