Replies: 1 comment 3 replies
-
No, cargo is not installed in the image. It is only mounted when actually running the image, and the mounted cargo is the cargo on your own filesystem What is it that you want to install? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example:
[target.x86_64-unknown-linux-gnu]
pre-build = [
"cargo --help"
]
This fails with
/bin/sh: 1: eval: cargo: not found
Which means we cannot install useful globals, frameworks and other things.
Beta Was this translation helpful? Give feedback.
All reactions