From 3ad5fed320c2d360a2d591c33ed517d704d79301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Przytu=C5=82a?= Date: Wed, 4 Jun 2025 15:17:29 +0200 Subject: [PATCH] Makefile: move back to using CCM `master` branch https://github.com/scylladb/scylla-ccm/issues/646 has been fixed, so we can use the `master` branch of scylla-ccm again. Hopefully this resolves the issue of scylla-jmx port not being accessible after upgrade to Ubuntu 24.04. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd09fe04..44a509b1 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ endif ifndef CCM_COMMIT_ID # TODO: change it back to master/next when https://github.com/scylladb/scylla-ccm/issues/646 is fixed. - export CCM_COMMIT_ID := 5392dd68 + export CCM_COMMIT_ID := master endif ifndef SCYLLA_VERSION