Commit bbdf08b
committed
Call queryMissing() prior to building
Without this, substitute info is fetched sequentially, which is
superslow. In the old UI (e.g. nix-build), we call printMissing(),
which calls queryMissing(), thereby preheating the binary cache
cache. But the new UI doesn't do that.1 parent fd73c1e commit bbdf08b
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4166 | 4166 | | |
4167 | 4167 | | |
4168 | 4168 | | |
| 4169 | + | |
| 4170 | + | |
| 4171 | + | |
| 4172 | + | |
| 4173 | + | |
| 4174 | + | |
| 4175 | + | |
| 4176 | + | |
4169 | 4177 | | |
4170 | 4178 | | |
4171 | 4179 | | |
4172 | 4180 | | |
| 4181 | + | |
| 4182 | + | |
4173 | 4183 | | |
4174 | 4184 | | |
4175 | 4185 | | |
| |||
4220 | 4230 | | |
4221 | 4231 | | |
4222 | 4232 | | |
| 4233 | + | |
| 4234 | + | |
4223 | 4235 | | |
4224 | 4236 | | |
4225 | 4237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments