This is an automated email from the ASF dual-hosted git repository.

frankgh pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5a2ba60b ninja: Skip rat checks when building dtest jar dependencies
5a2ba60b is described below

commit 5a2ba60b5486398b87a0b1bb25b9fd400d17ce3e
Author: Francisco Guerrero <[email protected]>
AuthorDate: Thu Jun 4 03:16:23 2026 -0700

    ninja: Skip rat checks when building dtest jar dependencies
---
 scripts/build-cassandra-tarball.sh      | 2 +-
 scripts/build-shaded-dtest-jar-local.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/build-cassandra-tarball.sh 
b/scripts/build-cassandra-tarball.sh
index d47801d7..4554b423 100755
--- a/scripts/build-cassandra-tarball.sh
+++ b/scripts/build-cassandra-tarball.sh
@@ -23,7 +23,7 @@ export CASSANDRA_USE_JDK11=true
 SCRIPT_DIR=$( dirname -- "$( readlink -f -- "$0"; )"; )
 TARBALL_DIR="$(dirname "${SCRIPT_DIR}/")/cassandra-tarballs"
 
-ant artifacts -Dant.gen-doc.skip=true -Dno-checkstyle=true
+ant artifacts -Dant.gen-doc.skip=true -Dno-checkstyle=true -Drat.skip=true
 mkdir -p ${TARBALL_DIR}
 cp ./build/apache-cassandra-*-bin.tar.gz ${TARBALL_DIR}
 
diff --git a/scripts/build-shaded-dtest-jar-local.sh 
b/scripts/build-shaded-dtest-jar-local.sh
index ac7fe774..64a70fd6 100755
--- a/scripts/build-shaded-dtest-jar-local.sh
+++ b/scripts/build-shaded-dtest-jar-local.sh
@@ -36,7 +36,7 @@ echo "${JAVA_HOME}"
 # Setting the env var to build with jdk11.
 export CASSANDRA_USE_JDK11=true
 ant realclean
-ant dtest-jar -Dno-checkstyle=true
+ant dtest-jar -Dno-checkstyle=true -Drat.skip=true
 
 # Install the version that will be shaded
 "${SCRIPT_DIR}/mvnw" install:install-file                            \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to