-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update protoc, add dependabot #99
Conversation
I was running into an error with the Docker container updating its apt cache, updating to the latest protoc image fixed it. Also added dependabot to keep it up to date. Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
@woodruffw One other thing I noticed, there's a file permissions issue with the created codegen for rust. When I run make again, I get:
Do you know where I should update for this? |
There's reports of this issue in rust-lang/cargo#6757, so I assume we just need to chown some directory |
Hmm, I haven't seen this before. I wonder if this is because |
Did you try running I was running into similar issues so that's why I added the target drop the caches. |
I ran into this intermittently only when building the same rust target multiple times in a row, so I don't believe this should affect anything other than develop-time. My workaround was |
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Running |
I was running into an error with the Docker container updating its apt cache, updating to the latest protoc image fixed it.
Also added dependabot to keep it up to date.
Summary
Release Note
Documentation