Files
swift-mirror/utils/download-unpublished-toolchains.py
Max Desiatov 2fad5aac58 Fix utils/download-unpublished-toolchains.py URL parsing (#81939)
Current `.removeprefix` invocation is not resilient against any input preceding the `Toolchain: ` pattern, which means logs that include timestamps (IIUC all of them) can't be parsed.

Additionally, for easier testing this script now supports a new `--dry-run` flag that infers toolchain URL, but doesn't download it.
2025-06-04 13:35:13 -07:00

3.3 KiB
Executable File