-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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-11329: [Rust] Don't rerun build.rs on every file change #9277
Conversation
This speeds up development by avoiding rebuilding the whole library when any file in the package directory is touched.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mbrubeck , super happy to have you here, and thank you for your contribution!!
I created a issue on JIRA and changed the title to match it, I hope that is ok.
Codecov Report
@@ Coverage Diff @@
## master #9277 +/- ##
==========================================
- Coverage 81.68% 81.65% -0.04%
==========================================
Files 215 215
Lines 52561 52410 -151
==========================================
- Hits 42935 42795 -140
+ Misses 9626 9615 -11
Continue to review full report at Codecov.
|
This speeds up development by avoiding rebuilding the whole library when any file in the package directory is touched. Closes #9277 from mbrubeck/build Authored-by: Matt Brubeck <mbrubeck@limpet.net> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
This speeds up development by avoiding rebuilding the whole library when any file in the package directory is touched. Closes apache#9277 from mbrubeck/build Authored-by: Matt Brubeck <mbrubeck@limpet.net> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
This speeds up development by avoiding rebuilding the whole library when any file in the package directory is touched. Closes apache#9277 from mbrubeck/build Authored-by: Matt Brubeck <mbrubeck@limpet.net> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
This speeds up development by avoiding rebuilding the whole library
when any file in the package directory is touched.