Remove all references to xargo

This commit is contained in:
Jeremy Soller 2023-02-21 11:53:37 -07:00
parent 91dc948dd6
commit 3c63648d19
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
6 changed files with 3 additions and 7 deletions

View file

@ -30,7 +30,6 @@ RUN set -ex; \
x86-64-unknown-redox-binutils \
x86-64-unknown-redox-gcc \
; \
cargo install xargo; \
cargo install cargo-config; \
apt-get autoremove -q -y; \
apt-get clean -q -y; \