mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
In the section explaining how to build a docker image for a self-built Scylla executable, we have a warning that even if you already built Scylla, build_reloc.sh will re-run configure.py and rebuild the executable with slightly different options. The re-run of configure.py and ninja still happens (see issue #6547) but we no longer pass *different* options to configure.py, so the rebuild usually doesn't do anything and finishes in seconds, and the paragraph warning about the rebuild is no longer relevant. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20200621093049.975044-1-nyh@scylladb.com>