Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crux-mir image won't run #1276

Closed
weaversa opened this issue Jan 23, 2025 · 2 comments · Fixed by #1277
Closed

crux-mir image won't run #1276

weaversa opened this issue Jan 23, 2025 · 2 comments · Fixed by #1277
Assignees
Labels
bug Docker Issues relating to the Docker images.

Comments

@weaversa
Copy link

There is no longer a /usr/local/bin/cargo. It's been moved to /home/crux-mir/.cargo.

@weaversa
Copy link
Author

See

ENTRYPOINT ["/usr/local/bin/cargo", "crux-test"]

@RyanGlScott RyanGlScott added Docker Issues relating to the Docker images. bug labels Jan 23, 2025
RyanGlScott added a commit that referenced this issue Jan 23, 2025
This fixes an oversight introduced in #1265 where the location of `cargo` was
moved to `/home/crux-mir/.cargo/bin/cargo` in the `crux-mir` Docker image, but
the image entrypoint was not updated accordingly.

Fixes #1276.
@RyanGlScott
Copy link
Contributor

My bad. I've fixed this in #1277.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Docker Issues relating to the Docker images.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants