You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may want to consider improving the documentation around scylla-ccm a bit. Unless I drastically missed it, nothing here hints that scylla-ccm won't build Scylla itself. In fact, it just says:
Download scylla-ccm: ...
The SCYLLADB_DIR env originally was the scylla directory, but I changed it just to give it a try after seeing both the scylla dir and the scylla-tools-dir suggested while sourcing scylla_ccm_env.sh. I suppose the latter is only for a Cassandra cluster after all.
lua-cassandra/.ci/setup_env.sh
Line 26 in 232e968
in the setup you are building scylla-jmx and scylla-tools-java, you are missing the code to build scylla.
you can follow https://github.com/scylladb/scylla#quick-start
(one niptick ... by default you will build unitests as well ... which will take longer)
./configure.py --mode=release --with=scylla
In addition to that
lua-cassandra/.ci/setup_env.sh
Line 39 in 232e968
SCYLLADB_DIR needs to point to the scylla directory - not the scylla-tools-java
The text was updated successfully, but these errors were encountered: