mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
this change serves two purposes: 1. so we don't assume the existence of '$PWD/build' directory. we should not assume this. as the build directory could be any diectory, it does not have to be "build". 2. we don't have to actually create a file under $build_dir. what we need is but an empty file. so tempfile serves this purpose just well. Refs #15241 Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>