]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script/run-make: use SUDO variable for running llvm install script
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 15 Mar 2025 16:45:31 +0000 (12:45 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 15 Mar 2025 16:48:25 +0000 (12:48 -0400)
commit869caaa8d8565e7fd4c111c6514f45fea9c7a889
treed132ab1f9377fba1a7f1b69e3583460d9f34916f
parentbbd7933598e11d84758a6f09fd176f47c744aaa2
script/run-make: use SUDO variable for running llvm install script

Match the behavior of install-deps.sh and use a SUDO env var that
may or may not actually invoke sudo. This is needed when building
a container image to build ceph as these scripts all run as root
already and sudo is not needed and thus not installed.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/script/run-make.sh