-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-5809: [CI] [Rust] Travis runs dockerized Rust build #5586
Conversation
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.
+1
We can merge this once CI is green.
I've pushed some small changes:
`...`
->$(...)
- rust:1.38.0-stretch -> buster
Codecov Report
@@ Coverage Diff @@
## master #5586 +/- ##
==========================================
- Coverage 89.18% 88.82% -0.37%
==========================================
Files 924 985 +61
Lines 127616 132477 +4861
Branches 1501 1501
==========================================
+ Hits 113817 117670 +3853
- Misses 13434 14442 +1008
Partials 365 365
Continue to review full report at Codecov.
|
The specific nightly version of Rust is installed when building the Docker image, so it no longer needs to be downloaded on every run.
I have removed tarpaulin (code coverage) for now since it has been failing for many months anyway and there are challenges to getting it working with docker-compose. I will create a separate story for this.