Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
v4.0
-
TIG 2018-06-04
-
1
Description
The generate compile expansions and umount shared scons directory functions reference sudo:
sudo umount /efs || umount /efs || true
|
It should use the following form:
${set_sudo}
|
$sudo umount /efs || true
|
Attachments
Issue Links
- is related to
-
SERVER-33340 Turn on shared cache for non-shipping (non-push) builders
-
- Closed
-