mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
the dbuild script provided by the branch being debugged might not include the recent fixes included by current branch from which `open-coredump.sh` is launched. so, instead of using the dbuild script in the repo being debugged, let's use the dbuild provided by current branch. also, wrap the dbuild command line. for better readability. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #15240