scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
29 stars 54 forks source link

dist: do not install build dependencies on build script #138

Closed syuu1228 closed 4 years ago

syuu1228 commented 4 years ago

This is v2 of #137, fixed the bug that breaking the build, tested with ninja-build dist-jmx


We do not want to install dependencies on package building time, we want to install it on dbuild container. So drop package installation from the scripts.

scylladb/scylla#7219