rok commented on pull request #10697:
URL: https://github.com/apache/arrow/pull/10697#issuecomment-880607972


   > 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
   > ```
   
   Thanks for the archery commands @jonkeane! I've tried these out (had to 
[update my docker to get around a build issue with 
gpg](https://stackoverflow.com/questions/66319610/gpg-error-in-ubuntu-21-04-after-second-apt-get-update-during-docker-build#comment118776758_66385784))
 and I'm not seeing any errors on either master or this branch. So I'm really 
not sure what's happening here.
   
   @pachadotdev are you running this on your laptop or in docker? If in docker 
perhaps you can try rebuilding your image?


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to