-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
v4.0
-
TIG 2018-06-04
-
1
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
- is related to
-
SERVER-33340 Turn on shared cache for non-shipping (non-push) builders
-
- Closed
-