-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fails with /usr/local/bin/build.sh: line 35: //.cargo/env: No such file or directory #84
Comments
I have this issue too |
I have this issue as well. If I run the container without a different/non-root uid, it works fine (uses Running OSX Big Sur with Docker installed through the homebrew cask.
That script appears to be the entrypoint, and nothing in it seems to be installing cargo or setting up a .cargo directory (imagine it's probably part of the build). I don't think there's any chance the script could skip line 53, either. As a workaround, you could probably add an additional volume for |
I also just hit this issue but was able to resolve it by building the container from master. Try cloning the repo and just running |
Hello, any update on this? While we can build it locally as @alanjjenkins mentioned above, it would be great if we didn't have to do this intermediary step. Thanks! |
Any update on this? Thanks! |
To fix this, run the following command to open /home/<your_user>/.bashrc : And just delete the line that will say something like: Save the file and open a new terminal and you should no longer see the error. |
it may be a bug in Rust installer, but build.sh fails with error
The text was updated successfully, but these errors were encountered: