-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-3364: [Docs] Add docker-compose integration documentation #3882
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-3364: [Docs] Add docker-compose integration documentation #3882
Conversation
kszucs
left a comment
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.
Just a few nits. Thanks for doing this @fsaintjacques!
|
Build fails due to conda timeout. |
75884b2 to
595d50a
Compare
Makefile.docker
Outdated
| $(DC) build $(subst build-,,$@) | ||
|
|
||
| # The following targets create the dependencies of the form `build-X: build-Y` | ||
| $(addprefix build-,$(DEPENDS_ON_CPP)): build-cpp |
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.
This is pretty fancy. While the other way is more verbose, it is a bit more readable. Thoughts?
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.
I simplified it to make stuff more explicit and less string manipulations.
Codecov Report
@@ Coverage Diff @@
## master #3882 +/- ##
==========================================
+ Coverage 87.78% 88.63% +0.85%
==========================================
Files 727 592 -135
Lines 87795 78419 -9376
Branches 1252 0 -1252
==========================================
- Hits 77069 69508 -7561
+ Misses 10608 8911 -1697
+ Partials 118 0 -118
Continue to review full report at Codecov.
|
wesm
left a comment
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
No description provided.