jonkeane commented on pull request #10697: URL: https://github.com/apache/arrow/pull/10697#issuecomment-879104391
I mentioned this in Jira, but it might have gotten lost in the shuffle: We [have a crossbow job that installs (using the bundled approach, which is the default for end-users) on 21.04](https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L937-L946) which hasn't failed since it was implemented. What's different between our CI job and the approach that is allegedly failing? If one wanted to build locally without the bundled approach (in case that's what we think the difference is), the following should work: ``` UBUNTU=21.04 CLANG_TOOLS=9 archery docker run ubuntu-r ``` and to run the job like it is by crossbow (i.e. a bundled build): ``` UBUNTU=21.04 CLANG_TOOLS=9 archery docker run -e ARROW_SOURCE_HOME="/arrow" -e FORCE_BUNDLED_BUILD=TRUE -e LIBARROW_BUILD=TRUE ubuntu-r ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
