You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subcommand deb runs in the container, however, cargo-deb is not installed by default. Since we don't support similar subcommands like asm, it is probably worth removing this subcommand until we support other subcommands (#716). The relevant diff would be:
718: Remove deb subcommand. r=Alexhuszagh a=Alexhuszagh
cargo-deb is not installed in the pre-built images, but `cross deb` runs in docker rather than falling back to the host.
Closes#717.
Co-authored-by: Alex Huszagh <[email protected]>
The subcommand
deb
runs in the container, however,cargo-deb
is not installed by default. Since we don't support similar subcommands likeasm
, it is probably worth removing this subcommand until we support other subcommands (#716). The relevant diff would be:The text was updated successfully, but these errors were encountered: