You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/10/21 05:45:37 UTC

[cassandra-builds] branch trunk updated: ninja-fix: jvm-dtest-upgrade are not (yet) JDK11 compatible.

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


The following commit(s) were added to refs/heads/trunk by this push:
     new dc057fb  ninja-fix: jvm-dtest-upgrade are not (yet) JDK11 compatible.
dc057fb is described below

commit dc057fb53b81ff866008f13d9037a5776f159ce5
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Wed Oct 21 07:40:35 2020 +0200

    ninja-fix: jvm-dtest-upgrade are not (yet) JDK11 compatible.
    
    ASF CI unit tests on JDK11 (CASSANDRA-15944)
---
 build-scripts/cassandra-test.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build-scripts/cassandra-test.sh b/build-scripts/cassandra-test.sh
index ae2363f..709f8a7 100755
--- a/build-scripts/cassandra-test.sh
+++ b/build-scripts/cassandra-test.sh
@@ -40,6 +40,9 @@ _main() {
     if ! grep -q CASSANDRA_USE_JDK11 build.xml ; then
         echo "Skipping ${target}. JDK11 not supported against ${version}"
         exit 0
+    elif [[ "${target}" == "jvm-dtest-upgrade" ]] ; then
+        echo "Skipping JDK11 execution. Mixed JDK compilation required for ${target}"
+        exit 0
     fi
   fi
 


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