Reuse cross-container to use Maturin #1267
Unanswered
RaulTrombin
asked this question in
Q&A
Replies: 1 comment
-
If you add I've outlined the steps in this reddit comment this seems related to #1266 btw |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Someone can give a light here?
I'm trying to discover what cross command does:
When I do a:
cross build --target armv7-unknown-linux-gnueabihf
It opens a container,
(with docker ps)
IMAGE http://ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:0.2.5
COMMAND "sh -c 'PATH=$PATH:/rust/bin cargo build --target armv7-unknown-linux-gnueabihf'"
I would like to know how to call this container from my terminal,
Basically what I would like is to install maturin on it.
Then instead of doing what cross does, call maturin and not cargo.
Beta Was this translation helpful? Give feedback.
All reactions