kszucs commented on a change in pull request #6512:
URL: https://github.com/apache/arrow/pull/6512#discussion_r440790297
##########
File path: .github/workflows/cpp.yml
##########
@@ -92,6 +92,67 @@ jobs:
continue-on-error: true
run: archery docker push ${{ matrix.image }}
+ docker-arm:
+ # NOTE: this job is specific for self-hosted runners
+ # CACHING: don't use the cache plugin because of various permission
+ # issues and keep the cached docker volumes permanently on the
+ # host
+ # PYTHON: no distrubutions are build for arm machines by the github
+ # actions team, so python>3.6 must be preinstalled on the self
+ # hosted machines
+ name: ${{ matrix.title }}
+ runs-on: ${{ matrix.runner }}
+ # if: ${{ !contains(github.event.pull_request.title, 'WIP') &&
github.repository == 'apache/arrow' }}
+ defaults:
+ # to use certain environment variables are set by .bashrc an interactive
+ # bash shell must be used
+ run:
+ shell: bash -i {0}
Review comment:
I'll change it in a follow-up.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]