linux-sandbox: "No such file or directory" error with TMPDIR
under /tmp
#23754
Labels
P1
I'll work on this now. (Assignee required)
team-Local-Exec
Issues and PRs for the Execution (Local) team
type: bug
I think you need to set TMPDIR to a directory inside
/tmp
to trigger the error. Since/tmp
is mounted empty inside the sandbox, the givenTMPDIR
does not exist...It works for me, when I use
--noincompatible_sandbox_hermetic_tmp
.\edit: Oh, I came here from #5900. I don't see the permission denied error, but
No such file or directory
.Originally posted by @avdv in #23217 (comment)
The text was updated successfully, but these errors were encountered: