Skip to content

cerbero: Remove rust prefix before installing rust toolchain

Nirbheek Chauhan requested to merge nirbheek/cerbero:rust-toolchain-update into main

Otherwise in-place updates will be broken, because rustup-init will try to install every target that exists in the prefix, not just the one we want to install.

Fixes #465 (closed)

Merge request reports