Francis Chuang created CALCITE-6103:
---------------------------------------
Summary: Use eclipse-temurin to build and publish javadocs for the
website
Key: CALCITE-6103
URL: https://issues.apache.org/jira/browse/CALCITE-6103
Project: Calcite
Issue Type: New Feature
Components: avatica, core, site
Reporter: Francis Chuang
Assignee: Francis Chuang
Fix For: 1.37.0
Javadoc builds currently fail in GitHub Actions:
{code:java}
Run docker-compose run generate-javadoc
Pulling generate-javadoc (openjdk:17)...
17: Pulling from library/openjdk
Digest: sha256:528707081fdb9562eb819128a9f85ae7fe000e2fbaeaf9f87662e7b3f38cb7d8
Status: Downloaded newer image for openjdk:17
Creating site_generate-javadoc_run ...
Creating site_generate-javadoc_run ... done
xargs is not available
mv: cannot stat 'build/docs/javadocAggregate': No such file or directory
1
Error: Process completed with exit code 1.
{code}
There was probably a change in the openjdk:17 image, which has since been
deprecated. As a fix, we should move to the eclipse-temurin, which is a direct
replacement.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)