Skip to content

Commit 3ad5fed

Browse files
committed
Makefile: move back to using CCM master branch
scylladb/scylla-ccm#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.
1 parent fa0c987 commit 3ad5fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ endif
128128

129129
ifndef CCM_COMMIT_ID
130130
# TODO: change it back to master/next when https://github.com/scylladb/scylla-ccm/issues/646 is fixed.
131-
export CCM_COMMIT_ID := 5392dd68
131+
export CCM_COMMIT_ID := master
132132
endif
133133

134134
ifndef SCYLLA_VERSION

0 commit comments

Comments
 (0)