panamax
panamax copied to clipboard
Removing a platform is cleaned up in dist but not rustup
Steps to reproduce:
- Configure mirror.toml:
platforms_windows = [
"x86_64-pc-windows-msvc",
"x86_64-pc-windows-gnu",
]
- Sync
- Remove a platform:
platforms_windows = [
"x86_64-pc-windows-msvc",
]
- Sync
Result: *-gnu
files are removed from my-mirror/dist
but not from my-mirror/rustup
.