kszucs commented on a change in pull request #8821:
URL: https://github.com/apache/arrow/pull/8821#discussion_r536304032
##########
File path: .github/workflows/rust.yml
##########
@@ -21,145 +21,286 @@ on:
push:
paths:
- '.github/workflows/rust.yml'
- - 'ci/docker/*rust*'
- - 'ci/scripts/rust_*.sh'
- - 'ci/scripts/util_*.sh'
- 'rust/**'
- 'format/Flight.proto'
pull_request:
paths:
- '.github/workflows/rust.yml'
- - 'ci/docker/*rust*'
- - 'ci/scripts/rust_*.sh'
- - 'ci/scripts/util_*.sh'
- 'rust/**'
- 'format/Flight.proto'
-env:
- DOCKER_BUILDKIT: 0
- COMPOSE_DOCKER_CLI_BUILD: 1
- ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
- ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
-
jobs:
- debian:
- name: AMD64 Debian 10 Rust ${{ matrix.rust }}
+ # build the library, a compilation step used by multiple steps below
+ linux-build-lib:
+ name: Linux ${{ matrix.arch }} Rust ${{ matrix.rust }} build libraries
Review comment:
On the other hand we won't be able to execute non-amd64 build on github
actions since we would need hosted agents with different arch (but there aren't
any), so you can also hardcode 'AMD64'.
----------------------------------------------------------------
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]