Skip to content

Commit

Permalink
[6.0] Change relatedDependenciesBranch to release/6.0 (apple#7407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen authored and euanh committed Apr 26, 2024
1 parent 3f9587c commit a78f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -785,7 +785,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 a78f573

Please sign in to comment.