Skip to content

Commit f846baa

Browse files
committed
Makefile: revert CCM_COMMIT_ID to master
The relevant issue: scylladb/scylla-ccm#646 has been fixed some time ago.
1 parent 3b89516 commit f846baa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ CASSANDRA_NO_VALGRIND_TEST_FILTER := $(subst ${SPACE},${EMPTY},AsyncTests.Integr
121121
endif
122122

123123
ifndef CCM_COMMIT_ID
124-
# TODO: change it back to master/next when https://github.com/scylladb/scylla-ccm/issues/646 is fixed.
125-
export CCM_COMMIT_ID := 5392dd68
124+
export CCM_COMMIT_ID := master
126125
endif
127126

128127
ifndef SCYLLA_VERSION

0 commit comments

Comments
 (0)