Commit 6d00520
authored
Fix nested Bazel execution deadlock (#8176)
The action to set up Bazel in GitHub CI provides a system or user RC file which overrides the output_user_root. This can cause the nested Bazel client to try to connect to the outer Bazel server, effectively creating a dead lock.
So apparently:
- the system rc is required in order for Build Kit to work correctly
- and the home rc needs to be ignored for GH to work correctly1 parent 584af6c commit 6d00520
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments