We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5d5026 + 473753a commit 2f7e606Copy full SHA for 2f7e606
utils/swift_snapshot_tool/Sources/swift_snapshot_tool/bisect_toolchains.swift
@@ -89,7 +89,7 @@ struct BisectToolchains: AsyncParsableCommand {
89
}
90
91
// Load our tags from swift's github repo
92
- let tags = try! await getTagsFromSwiftRepo(branch: branch, dryRun: true)
+ let tags = try! await getTagsFromSwiftRepo(branch: branch)
93
94
// Newest is first. So 0 maps to the newest tag. We do this so someone can
95
// just say 50 toolchains ago. To get a few weeks worth. This is easier than
0 commit comments