Is it possible to set the working directory of `Ru...
# plugins
f
Is it possible to set the working directory of
RunRequest
/`RunInSandboxRequest` ? The program I’m trying to run (via the run goal) is sensitive to its working directory, which I want to define relative to the chroot. My current workaround is to include a shell script in the chroot to change the directory, but it feels suboptimal
c
No, both variants seem to only offer running from the root of the repo/sandbox.
f
any particular reason for this? would you be open to a pr to allow this?
c
No reason I’m aware of. I see no direct problem with allowing passing a custom cwd relative to the repo root/sandbox. Not sure if there are any edge cases that would become tricky, but ought to be resolvable if so I imagine..
👍 1