This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new a075bc0dc4 GH-44843: [CI][Doc] Remove building Java documentation from
this repository (#45000)
a075bc0dc4 is described below
commit a075bc0dc40810dd409951beb83a717dff3b2886
Author: Raúl Cumplido <[email protected]>
AuthorDate: Thu Dec 12 01:38:20 2024 +0100
GH-44843: [CI][Doc] Remove building Java documentation from this repository
(#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:
- https://github.com/apache/arrow-java/issues/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]>
---
docker-compose.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index c2b6ae23f5..4911a30752 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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"
@@ -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 #####################################