panamax-rs / panamax

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
Apache License 2.0
443 stars 46 forks source link

Removing a platform is cleaned up in dist but not rustup #56

Open mstine opened 2 years ago

mstine commented 2 years ago

Steps to reproduce:

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

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