You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cross doesn't work when I try to use it with podman (even if I set the CROSS_CONTAINER_ENGINE=podman env variable) on my Mac/M2. But the same project cross compiles successfully with docker.
What target(s) are you cross-compiling for?
aarch64-unknown-linux-gnu
Which operating system is the host (e.g computer cross is on) running?
This was changed in #1485 and there some assumption done there that is incorrect for podman in the rest of the application logic. Should be an easy fix once located why it happens
Checklist
Describe your issue
cross doesn't work when I try to use it with
podman
(even if I set theCROSS_CONTAINER_ENGINE=podman
env variable) on my Mac/M2. But the same project cross compiles successfully withdocker
.What target(s) are you cross-compiling for?
aarch64-unknown-linux-gnu
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.5 (4090bec 2024-10-15)
Example
I have both
docker
andpodman
installed on my Mac. MyDocker Desktop
application is not running.ps -ef | grep docker 503 68715 69102 0 5:05PM ttys007 0:00.00 grep docker
This results in an error like so:
Additional information / notes
Cross works just fine with Docker. The command below results in a successful build when my
Docker Desktop
application is running in the background.I installed cross as specified in the docs: https://github.com/cross-rs/cross/blob/main/docs/getting-started.md#installing-cross-1
The text was updated successfully, but these errors were encountered: