We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718bfc5 commit 6337b45Copy full SHA for 6337b45
Makefile
@@ -196,7 +196,7 @@ download-ccm-cassandra-image: install-ccm-if-missing
196
@ccm create ccm_1 -i 127.0.1. -n 3:0 -v "${CASSANDRA_VERSION}" --config-dir=/tmp/download-cassandra.ccm
197
@rm -rf /tmp/download-cassandra.ccm
198
199
-run-test-integration-scylla: prepare-integration-test download-ccm-scylla-image
+run-test-integration-scylla: prepare-integration-test download-ccm-scylla-image install-java8-if-missing
200
ifdef DONT_REBUILD_INTEGRATION_BIN
201
run-test-integration-scylla: build-integration-test-bin-if-missing
202
else
0 commit comments