bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Fix sandboxing hermetic tmp to take into account sandbox_base

Open oquenchil opened this issue 1 year ago • 1 comments

The logic for sandboxing hermetic tmp needs to take into account all paths under /tmp used during the build. A user may also pass a sandbox_base under /tmp even when the output_base is not. This change adds sandbox_base to the list.

Fix suggested by @fmeum

oquenchil avatar May 17 '24 15:05 oquenchil

@bazel-io fork 7.2.0

fmeum avatar May 17 '24 21:05 fmeum