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-6609: [C++] Add Dockerfile for minimal C++ build #5431

Closed
wants to merge 8 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Sep 18, 2019

The intent of this Dockerfile is to help with testing stripped down C++ core builds per the mailing list discussion. This was tested with the patch for ARROW-6590. Hopefully based on the outcome of the discussion we can make the build script build.sh shorter by having more barebones default options

autoconf \
build-essential \
cmake \
g++ \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

g++ and gcc are part of build-essential

@wesm
Copy link
Member Author

wesm commented Sep 19, 2019

+1

@wesm wesm closed this in 4e1178d Sep 19, 2019
@wesm wesm deleted the cpp-minimal-dockerfile branch September 19, 2019 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants