eejbyfeldt opened a new issue, #578:
URL: https://github.com/apache/datafusion-comet/issues/578
### Describe the bug
When ever I run `cargo build` there is always a rebuild even if nothing
changed.
Building with verbose logs
```
Dirty datafusion-comet v0.1.0
(/home/eejbyfeldt/dev/apache/datafusion-comet/core): the file
`src/execution/proto/*.proto` is missing
Compiling datafusion-comet v0.1.0
(/home/eejbyfeldt/dev/apache/datafusion-comet/core)
```
so to me the issue seems to be that `rerun-if-changed` does not support
globs and will look for a file acutally named `*.proto`
(https://doc.rust-lang.org/cargo/reference/build-scripts.html#rerun-if-changed).
### Steps to reproduce
Run `make core` and then `make core` again. Since nothing changed there
should be no rebuild steps.
### Expected behavior
Running `make core` twice without changed should only build once.
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]