Skip to content

Commit

Permalink
[6.0] Change relatedDependenciesBranch to release/6.0 (#7407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Mar 20, 2024
1 parent 8268caa commit 69710b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -736,7 +736,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_DISABLE_SDK_DEPENDENT_TESTS"] ==
// this right now.

/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
let relatedDependenciesBranch = "main"
let relatedDependenciesBranch = "release/6.0"

if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
Expand Down

0 comments on commit 69710b1

Please sign in to comment.