We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff98c09 commit 5ea215cCopy full SHA for 5ea215c
helper.mk
@@ -107,7 +107,10 @@ setup/debian: ${CURDIR}/docker/target_dependencies.apt ${CURDIR}/docker/host_dep
107
108
setup/rust:
109
@echo "$@: TODO: Support https://tracker.debian.org/pkg/rustup"
110
- curl --insecure --proto '=https' --tlsv1.2 -sSf ${rust_url} | bash -s -- -y --default-toolchain ${RUST_VERSION}
+ curl --insecure --proto '=https' --tlsv1.2 -sSf ${rust_url} \
111
+ | bash -s -- -y \
112
+ --default-toolchain="${RUST_VERSION}" \
113
+ --default-host="${CARGO_TARGET_TRIPLE}"
114
cat $${HOME}/.cargo/env
115
@echo '$@: info: You might like to add ". $${HOME}/.cargo/env" to "$${HOME}/.bashrc"'
116
-which rustc
0 commit comments