[swift_snapshot_tool] Default --workspace to use /tmp/swift_snapshot_tool_workspace_v1 instead of /tmp/workspace.

Now that I have put this into swift's utils, it isn't appropriate for me to just
take /tmp/workspace. The name swift_snapshot_tool_workspace_v1 is a better
name.
This commit is contained in:
Michael Gottesman
2024-09-09 12:45:38 -07:00
parent ada0ceb2d9
commit 4cc975200c

View File

@@ -18,7 +18,7 @@ struct BisectToolchains: AsyncParsableCommand {
help: """
The directory where toolchains should be downloaded to.
""")
var workspace: String = "/tmp/workspace"
var workspace: String = "/tmp/swift_snapshot_tool_workspace_v1"
@Option(
help: """