configure.py: Don't install dependencies when building submodules
Let's pass the "--nodeps" option to "build_reloc.sh" script of the submodules to avoid the build system running "sudo"... Reported-by: Piotr Sarna <sarna@scylladb.com> Reported-by: Pavel Emelyanov <xemul@scylladb.com> Tested-by: Pavel Emelyanov <xemul@scylladb.com> Message-Id: <20200714114340.440781-1-penberg@scylladb.com>
This commit is contained in:
@@ -1721,7 +1721,7 @@ with open(buildfile_tmp, 'w') as f:
|
||||
build dist-server: phony dist-server-rpm dist-server-deb
|
||||
|
||||
rule build-submodule-reloc
|
||||
command = cd $reloc_dir && ./reloc/build_reloc.sh
|
||||
command = cd $reloc_dir && ./reloc/build_reloc.sh --nodeps
|
||||
rule build-submodule-rpm
|
||||
command = cd $dir && ./reloc/build_rpm.sh --reloc-pkg $artifact
|
||||
rule build-submodule-deb
|
||||
|
||||
Reference in New Issue
Block a user