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 e096969 commit 8b0eb5dCopy full SHA for 8b0eb5d
helper.mk
@@ -110,7 +110,7 @@ setup/rust:
110
curl --insecure --proto '=https' --tlsv1.2 -sSf ${rust_url} \
111
| bash -s -- -y \
112
--default-toolchain="${RUST_VERSION}" \
113
- --default-host="${CARGO_TARGET_TRIPLE}"
+ # --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