Is there any existing rule that can correct absolu...
# plugins
r
Is there any existing rule that can correct absolute symlinks created in a sandbox?
Alternatively is there even a way to get the current path of the sandbox directory a process was run in without being hacky and running
pwd
?
f
What is the context?
r
An external process is creating absolute symlinks within the sandbox directory that are broken when we pass the output digest downstream.
Correcting them to relative ones would be fairly trivial if we knew the path of the sandbox the process ran in. Idk if that information gets preserved in
ProcessResult
anywhere though.