Skip to content

Commit a7de643

Browse files
Merge #419
419: Use minimal profile for installing `xargo`. r=adamgreig a=reitermarkus Co-authored-by: Markus Reiter <[email protected]>
2 parents 5315007 + 4c214fd commit a7de643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/xargo.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ main() {
2222
export CARGO_HOME=/tmp/cargo
2323

2424
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh
25-
sh rustup-init.sh -y --no-modify-path
25+
sh rustup-init.sh -y --no-modify-path --profile minimal
2626
rm rustup-init.sh
2727

28-
PATH="${CARGO_HOME}/bin:${PATH}" cargo install xargo --root /usr
28+
PATH="${CARGO_HOME}/bin:${PATH}" cargo install xargo --root /usr/local
2929

3030
rm -r "${RUSTUP_HOME}" "${CARGO_HOME}"
3131

0 commit comments

Comments
 (0)