Commit 461da24
Fix writable sandbox path
The reverts in 3fddc7f accidentally replaced `sandboxExecRoot` with `execRoot` in the function that computes writable directories for sandbox spawn runners.
This issue was observed in MobileNativeFoundation/rules_xcodeproj#3029.
Closes bazelbuild#22443.
PiperOrigin-RevId: 635383877
Change-Id: I3d74bf78cf97ecd267ba90b68cf1b715850aba271 parent ca9c753 commit 461da24
File tree
1 file changed
+1
-1
lines changed- src/main/java/com/google/devtools/build/lib/sandbox
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments