su will reset PATH and make the PATH set in the original environment invalid. We use env to pass on the PATH in the su'd environment.
Type: skip
Differential D198
Fix ccache not being used tusooa on Nov 8 2024, 7:33 PM. Authored by
Details
su will reset PATH and make the PATH set in the original environment invalid. We use env to pass on the PATH in the su'd environment. Type: skip Verify ccache is used by inspecting the stats in the build logs.
Diff Detail
|