Skip to content

Commit

Permalink
[Package.swift] Require llbuild using a version-based dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitspd committed Sep 25, 2019
1 parent 790a0c9 commit 9abcc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -246,7 +246,7 @@ import class Foundation.ProcessInfo
if ProcessInfo.processInfo.environment["SWIFTPM_BOOTSTRAP"] == nil {
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
package.dependencies += [
.package(url: "https://github.com/apple/swift-llbuild.git", .branch("master")),
.package(url: "https://github.com/apple/swift-llbuild.git", "0.2.0"..<"0.3.0"),
]
} else {
// In Swift CI, use a local path to llbuild to interoperate with tools
Expand Down

0 comments on commit 9abcc22

Please sign in to comment.