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.
Package.swift
1 parent babdefd commit f771460Copy full SHA for f771460
Package.swift
@@ -101,9 +101,6 @@ let package = Package(
101
]
102
)
103
104
-/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
105
- let relatedDependenciesBranch = "main"
106
-
107
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
108
package.dependencies += [
109
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
0 commit comments