Skip to content

Commit 3175a35

Browse files
authored
Fix Cassandra trunk builds (#618)
1 parent dca7415 commit 3175a35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect
1111

1212
## unreleased
1313
* [BUGFIX] [#438](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/438) Add Cassandra 5.1 Agent
14+
* [BUGFIX] [#617](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/617) Fix Cassandra trunk builds
1415

1516
## v0.1.99 [2025-03-10]
1617
* [BUGFIX] Create notificationListener before any repairs are submitted (#616)

cassandra-trunk/Dockerfile-trunk.ubi8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN set -x \
5353
# create an empty javadoc archive so we can skip javadoc generation
5454
&& mkdir -p ./build/ \
5555
&& touch ./build/apache-cassandra-${CASSANDRA_VERSION}-javadoc.jar \
56-
&& ant artifacts mvn-install -Duse.jdk11=true -Dno-javadoc=true \
56+
&& ant artifacts mvn-install -Duse.jdk11=true -Dno-javadoc=true -Dant.gen-doc.skip=true \
5757
&& mkdir -m 775 ${CASSANDRA_PATH} ${CASSANDRA_FILES_PATH} \
5858
&& tar --directory ${CASSANDRA_PATH} --strip-components 1 --gzip --extract --file /build/cassandra/build/apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz \
5959
&& rm -rf ${CASSANDRA_PATH}/javadoc ${CASSANDRA_PATH}/doc \

0 commit comments

Comments
 (0)