-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-12630: [Dev][Integration] conda-integration docker build fails #10225
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
|
This doesn't seem to be sufficient. I get the following error (multiple times): |
| run: pip install -e dev/archery[docker] | ||
| - name: Execute Docker Build | ||
| run: archery docker run conda-integration | ||
| run: archery docker run -e ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration |
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.
@jorgecarleitao @andygrove @alamb you'll need to update the integration workflow in arrow-rs once we merge this
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.
fielded apache/arrow-rs#253
|
@pitrou verified locally that |
pitrou
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, thank you @kszucs !
Disable the rust integration tests by default.
In order to execute the rust integration tests as well pass
ARCHERY_INTEGRATION_WITH_RUST=1environment variable to the docker container.