Skip to content

Commit

Permalink
GH-44831: [CI] Build Java for integration tests from arrow-java
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Dec 4, 2024
1 parent fb8e812 commit 58faf95
Show file tree
Hide file tree
Showing 1,352 changed files with 15 additions and 257,315 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ jobs:
with:
repository: apache/arrow-go
path: go
- name: Checkout Arrow Java
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: apache/arrow-java
path: java
- name: Free up disk space
run: |
ci/scripts/util_free_space.sh
Expand All @@ -115,6 +120,7 @@ jobs:
archery docker run \
-e ARCHERY_DEFAULT_BRANCH=${{ github.event.repository.default_branch }} \
-e ARCHERY_INTEGRATION_WITH_GO=1 \
-e ARCHERY_INTEGRATION_WITH_JAVA=1 \
-e ARCHERY_INTEGRATION_WITH_NANOARROW=1 \
-e ARCHERY_INTEGRATION_WITH_RUST=1 \
conda-integration
Expand Down
173 changes: 0 additions & 173 deletions .github/workflows/java.yml

This file was deleted.

147 changes: 0 additions & 147 deletions .github/workflows/java_jni.yml

This file was deleted.

Loading

0 comments on commit 58faf95

Please sign in to comment.