-
Notifications
You must be signed in to change notification settings - Fork 32
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
Permissions error running make locally #244
Comments
Oh this might be more than just Rust, I see when I run |
I think we should avoid running docker as root, let me see if I can take a quick look at this. |
@haydentherapper please take a look at #251 and see if it works better (you first need to clean up the existing files of course) |
fixed in #473 |
There is a permissions error when trying to read the lock generated during rust codegen. This appears to surface after the rust codegen is complete and a later step accesses the lock (which appears to occur during json schema generation)
Running with
sudo
fixes this, but obviously is not ideal (and seems to create other errors for me, but that's probably due to my environment).cc @woodruffw @tnytown
The text was updated successfully, but these errors were encountered: