tustvold commented on code in PR #2449:
URL: https://github.com/apache/arrow-rs/pull/2449#discussion_r945586714
##########
.github/workflows/integration.yml:
##########
@@ -46,22 +51,46 @@ jobs:
with:
path: rust
fetch-depth: 0
- - name: Setup Python
- uses: actions/setup-python@v4
- with:
- python-version: 3.8
- - name: Setup Archery
- run: pip install -e dev/archery[docker]
- - name: Execute Docker Build
- run: archery docker run -e ARCHERY_INTEGRATION_WITH_RUST=1
conda-integration
+ - name: Make build directory
+ run: mkdir /build
+ - name: Build Rust
+ run: ci/scripts/rust_build.sh . /build
+ - name: Build C++
+ run: ci/scripts/cpp_build.sh . /build
+ - name: Build C#
+ run: ci/scripts/csharp_build.sh . /build
+ - name: Build Go
+ run: ci/scripts/go_build.sh .
+ - name: Build Java
+ run: ci/scripts/java_build.sh . /build
+ - name: Build JS
+ run: ci/scripts/js_build.sh . /build
+ - name: Install archery
+ run: pip install -e dev/archery
Review Comment:
Sourced from
https://github.com/apache/arrow/blob/master/docker-compose.yml#L1605
--
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]