Skip to content

Commit c64cd01

Browse files
committed
Add one more repo missing the latest trunk tag on the CI
1 parent 0ed6dc4 commit c64cd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-packages-and-swift-source.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ for repo in swiftRepos {
275275
if !fmd.fileExists(atPath: cwd.appendingPathComponent(renameRepos[repo] ?? repo)) {
276276
print("Downloading and extracting \(repo) source")
277277
var tag = repoTags[repo] ?? SWIFT_TAG
278-
let noTagRepos = ["swift-experimental-string-processing", "swift-syntax", "swift-driver", "swift-tools-support-core", "indexstore-db", "swift-lmdb", "sourcekit-lsp"]
278+
let noTagRepos = ["swift-experimental-string-processing", "swift-syntax", "swift-driver", "swift-tools-support-core", "indexstore-db", "swift-lmdb", "sourcekit-lsp", "swift-build"]
279279
if noTagRepos.contains(repo) && swiftVersion == "" {
280280
tag = "swift-DEVELOPMENT-SNAPSHOT-2025-08-04-a"
281281
}

0 commit comments

Comments
 (0)