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

Arrow-flight only register rerun-if-changed if file exists #350

Closed
tustvold opened this issue May 25, 2021 · 0 comments · Fixed by #351
Closed

Arrow-flight only register rerun-if-changed if file exists #350

tustvold opened this issue May 25, 2021 · 0 comments · Fixed by #351
Labels

Comments

@tustvold
Copy link
Contributor

tustvold commented May 25, 2021

Describe the bug

When consuming arrow-flight from crates.io, it is always considered dirty and will always be rebuilt.

I suspect this is the result of the println!("cargo:rerun-if-changed=../format/Flight.proto"); being "registered" even if there is no file at ../format/Flight.proto.

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

Successfully merging a pull request may close this issue.

1 participant