Skip to content

Commit

Permalink
Temporarily disable Java
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 20, 2023
1 parent cab4411 commit 5191f8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jobs:
run: conda run --no-capture-output ci/scripts/csharp_build.sh $PWD /build
- name: Build Go
run: conda run --no-capture-output ci/scripts/go_build.sh $PWD
- name: Build Java
run: conda run --no-capture-output ci/scripts/java_build.sh $PWD /build
# Temporarily disabled - https://github.com/apache/arrow-rs/pull/4957
# - name: Build Java
# run: conda run --no-capture-output ci/scripts/java_build.sh $PWD /build
- name: Build JS
run: conda run --no-capture-output ci/scripts/js_build.sh $PWD /build
- name: Run integration tests
Expand All @@ -114,7 +115,7 @@ jobs:
--run-ipc \
--with-cpp=1 \
--with-csharp=1 \
--with-java=1 \
--with-java=0 \
--with-js=1 \
--with-go=1 \
--with-rust=1 \
Expand Down

0 comments on commit 5191f8c

Please sign in to comment.