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

cargo package fails because of proto folder #311

Open
giarc3 opened this issue Nov 2, 2023 · 0 comments
Open

cargo package fails because of proto folder #311

giarc3 opened this issue Nov 2, 2023 · 0 comments

Comments

@giarc3
Copy link
Member

giarc3 commented Nov 2, 2023

When running cargo package, there's an error

error: failed to verify package tarball

Caused by:
  Source directory was modified by build.rs during cargo publish. Build scripts should not modify anything outside of OUT_DIR.

This is because our build file outputs to the proto directory. We should fix it to do the correct thing.

For now it can be worked around with --no-verify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant