Skip to content

Commit

Permalink
GH-44843: [CI][Doc] Remove building Java documentation from this repo…
Browse files Browse the repository at this point in the history
…sitory (#45000)

### Rationale for this change

Our current documentation jobs are failing to build.

### What changes are included in this PR?

Do not build Java documentation. This will be build on the arrow-java repository:
- apache/arrow-java#455

### Are these changes tested?

Yes on CI

### Are there any user-facing changes?

It shouldn't. We won't be producing the documentation here but it should be generated on the `arrow-java` repository.
* GitHub Issue: #44843

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored Dec 12, 2024
1 parent 6252e9c commit a075bc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,6 @@ services:
ARROW_SUBSTRAIT: "ON"
BUILD_DOCS_C_GLIB: "ON"
BUILD_DOCS_CPP: "ON"
BUILD_DOCS_JAVA: "ON"
BUILD_DOCS_JS: "ON"
BUILD_DOCS_PYTHON: "ON"
BUILD_DOCS_R: "ON"
Expand All @@ -1819,8 +1818,7 @@ services:
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/c_glib_build.sh /arrow /build &&
/arrow/ci/scripts/r_build.sh /arrow /build &&
/arrow/ci/scripts/js_build.sh /arrow /build &&
/arrow/ci/scripts/java_build.sh /arrow /build"
/arrow/ci/scripts/js_build.sh /arrow /build"
################################# Tools #####################################

Expand Down

0 comments on commit a075bc0

Please sign in to comment.