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

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

commit dc83525a9071145b53a7eb55db0c6b2fbe3c492b
Author: Mick Semb Wever <m...@apache.org>
AuthorDate: Tue Apr 1 11:23:36 2025 +0200

    ninja-fix – in ubuntu2204_java_driver_testing image fix `cd cassandra-ccm` 
after repo name change (CASSJAVA-40)
---
 docker/testing/ubuntu2204_java_driver_testing.docker | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/testing/ubuntu2204_java_driver_testing.docker 
b/docker/testing/ubuntu2204_java_driver_testing.docker
index 29dbca3..baec1c5 100644
--- a/docker/testing/ubuntu2204_java_driver_testing.docker
+++ b/docker/testing/ubuntu2204_java_driver_testing.docker
@@ -51,8 +51,8 @@ RUN echo "export JAVA8_HOME=$(jabba which openjdk@1.8.0-292)" 
>> ~/env.txt && \
     echo "jabba use openjdk@1.8.0-292" >> ~/env.txt
 
 # ccm
-RUN git clone https://github.com/apache/cassandra-ccm.git  && \
-    cd ccm && \
+RUN git clone --depth 1 --single-branch -b cassandra-test 
https://github.com/apache/cassandra-ccm.git  && \
+    cd cassandra-ccm && \
     pip install -e .
 
 # download cassandra binaries of latest patch versions for each minor version


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to