Commit 3357b18
authored
Pass all environment variables to vendoring (#3964)
I have been struggling for a long time with getting private registries
and git repositories to work with vendoring. CARGO_REGISTR* is currently
broken due to a typo. Private git repositories don't work because the
ssh auth socket is not forwarded. And custom .ssh/config blow up if all
env variables referenced in the config are not forwarded.
There is no great way to forward all the right environment variables.
This does not appear to affect repinning directly in bzlmod.1 parent fa96218 commit 3357b18
1 file changed
Lines changed: 6 additions & 21 deletions
| 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 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 32 | | |
37 | 33 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 34 | | |
46 | 35 | | |
47 | 36 | | |
48 | 37 | | |
49 | 38 | | |
50 | | - | |
51 | | - | |
| 39 | + | |
52 | 40 | | |
53 | 41 | | |
54 | 42 | | |
| |||
143 | 131 | | |
144 | 132 | | |
145 | 133 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
153 | 138 | | |
154 | 139 | | |
155 | 140 | | |
| |||
0 commit comments