Commit 869caaa
committed
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 <[email protected]>1 parent bbd7933 commit 869caaa
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments