-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-14910: [R] [CI] Use dev duckdb to build with < 8GB or ram #11795
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
Conversation
|
|
| # Set up Python 3 and its dependencies | ||
| RUN ln -s /usr/bin/python3 /usr/local/bin/python && \ | ||
| ln -s /usr/bin/pip3 /usr/local/bin/pip | ||
|
|
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.
Installing duckdb from source (at least from github) requires the use of Python, so we need to make sure that we have a python on the path before we do that step (for now).
| # Set up Python 3 and its dependencies | ||
| RUN ln -s /usr/bin/python3 /usr/local/bin/python && \ | ||
| ln -s /usr/bin/pip3 /usr/local/bin/pip | ||
|
|
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.
Same above, Python(3) was already installed, but it isn't on the path as python so the duckdb source install bails
|
@github-actions crossbow submit -g r |
|
Revision: a660b47 Submitted crossbow builds: ursacomputing/crossbow @ actions-1221 |
nealrichardson
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.
Seems ok to me, provided that CI is happy. Can you make a followup JIRA to revert this after their release?
Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
|
Benchmark runs are scheduled for baseline = 00d55bb and contender = ad07130. ad07130 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
https://issues.apache.org/jira/browse/ARROW-14934 is the follow up jira to undo |
No description provided.