Commit 9ad05c9
committed
local_crate_repository: symlink to realpath on Windows
Bazel ≥ 9.0.1 replants workspace symlinks as relative `..\_main\...`
paths that resolve at the output_base but not in the action execroot's
`external/` (there is no `external/_main`). Using `entry.realpath`
on Windows ensures each action sees the source files directly.1 parent 804a0bf commit 9ad05c9
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | | - | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
102 | | - | |
| 107 | + | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
| |||
0 commit comments