panamax icon indicating copy to clipboard operation
panamax copied to clipboard

Removing a platform is cleaned up in dist but not rustup

Open mstine opened this issue 3 years ago • 0 comments

Steps to reproduce:

  1. Configure mirror.toml:
platforms_windows = [
     "x86_64-pc-windows-msvc",
     "x86_64-pc-windows-gnu",
]
  1. Sync
  2. Remove a platform:
platforms_windows = [
     "x86_64-pc-windows-msvc",
]
  1. Sync

Result: *-gnu files are removed from my-mirror/dist but not from my-mirror/rustup.

mstine avatar Jan 12 '22 19:01 mstine