Skip to content

Commit 4e34b72

Browse files
committed
Go back to using the latest trunk snapshot tag on the CI
1 parent c64cd01 commit 4e34b72

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

get-packages-and-swift-source.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,7 @@ for repo in swiftRepos {
274274
print("Checking for \(repo) source")
275275
if !fmd.fileExists(atPath: cwd.appendingPathComponent(renameRepos[repo] ?? repo)) {
276276
print("Downloading and extracting \(repo) source")
277-
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", "swift-build"]
279-
if noTagRepos.contains(repo) && swiftVersion == "" {
280-
tag = "swift-DEVELOPMENT-SNAPSHOT-2025-08-04-a"
281-
}
277+
let tag = repoTags[repo] ?? SWIFT_TAG
282278
var repoOrg = "swiftlang"
283279
if repo == "Yams" {
284280
repoOrg = "jpsim"

0 commit comments

Comments
 (0)