mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[swift_snapshot_tool] Turn off dry_run from bisect_toolchains.swift
This commit is contained in:
@@ -89,7 +89,7 @@ struct BisectToolchains: AsyncParsableCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Load our tags from swift's github repo
|
// Load our tags from swift's github repo
|
||||||
let tags = try! await getTagsFromSwiftRepo(branch: branch, dryRun: true)
|
let tags = try! await getTagsFromSwiftRepo(branch: branch)
|
||||||
|
|
||||||
// Newest is first. So 0 maps to the newest tag. We do this so someone can
|
// Newest is first. So 0 maps to the newest tag. We do this so someone can
|
||||||
// just say 50 toolchains ago. To get a few weeks worth. This is easier than
|
// just say 50 toolchains ago. To get a few weeks worth. This is easier than
|
||||||
|
|||||||
Reference in New Issue
Block a user