Commit 37bcbcf
committed
local_crate_repository: mark non-reproducible on Windows
Bazel >= 9.0.1 replants workspace symlinks as relative `..\_main\...`
paths before placing reproducible repos in the contents cache. On
Windows those paths resolve at the output_base but dangle from the
action execroot's `external/` (there is no `execroot/_main/external/_main`),
so rust compile actions fail to find the crate sources.
Marking the repo non-reproducible on Windows skips the replanting and
keeps the original absolute symlinks, which resolve from both views.
See bazelbuild/bazel#29515.1 parent 804a0bf commit 37bcbcf
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
101 | 109 | | |
102 | | - | |
| 110 | + | |
103 | 111 | | |
104 | 112 | | |
105 | 113 | | |
| |||
0 commit comments