|
113 | 113 | "buildDir": "yarn-project",
|
114 | 114 | "projectDir": "yarn-project/acir-simulator",
|
115 | 115 | "dockerfile": "acir-simulator/Dockerfile",
|
116 |
| - "rebuildPatterns": ["^yarn-project/acir-simulator/"], |
117 |
| - "dependencies": [ |
118 |
| - "yarn-project-base", |
119 |
| - "circuits.js", |
120 |
| - "foundation", |
121 |
| - "types", |
122 |
| - "merkle-tree", |
123 |
| - "noir-contracts" |
124 |
| - ] |
| 116 | + "rebuildPatterns": ["^yarn-project/acir-simulator/"] |
125 | 117 | },
|
126 | 118 | "archiver": {
|
127 | 119 | "buildDir": "yarn-project",
|
128 | 120 | "projectDir": "yarn-project/archiver",
|
129 | 121 | "dockerfile": "archiver/Dockerfile",
|
130 |
| - "rebuildPatterns": ["^yarn-project/archiver/"], |
131 |
| - "dependencies": [ |
132 |
| - "yarn-project-base", |
133 |
| - "circuits.js", |
134 |
| - "ethereum", |
135 |
| - "foundation", |
136 |
| - "l1-artifacts", |
137 |
| - "types" |
138 |
| - ] |
| 122 | + "rebuildPatterns": ["^yarn-project/archiver/"] |
139 | 123 | },
|
140 | 124 | "cli": {
|
141 | 125 | "buildDir": "yarn-project",
|
142 | 126 | "projectDir": "yarn-project/cli",
|
143 | 127 | "dockerfile": "cli/Dockerfile",
|
144 |
| - "rebuildPatterns": ["^yarn-project/cli/"], |
145 |
| - "dependencies": [ |
146 |
| - "yarn-project-base", |
147 |
| - "aztec.js", |
148 |
| - "ethereum", |
149 |
| - "foundation", |
150 |
| - "noir-compiler", |
151 |
| - "noir-contracts", |
152 |
| - "types" |
153 |
| - ] |
| 128 | + "rebuildPatterns": ["^yarn-project/cli/"] |
154 | 129 | },
|
155 | 130 | "aztec-rpc": {
|
156 | 131 | "buildDir": "yarn-project",
|
157 | 132 | "projectDir": "yarn-project/aztec-rpc",
|
158 | 133 | "dockerfile": "aztec-rpc/Dockerfile",
|
159 |
| - "rebuildPatterns": ["^yarn-project/aztec-rpc/"], |
160 |
| - "dependencies": [ |
161 |
| - "yarn-project-base", |
162 |
| - "acir-simulator", |
163 |
| - "circuits.js", |
164 |
| - "foundation", |
165 |
| - "key-store", |
166 |
| - "types" |
167 |
| - ] |
| 134 | + "rebuildPatterns": ["^yarn-project/aztec-rpc/"] |
168 | 135 | },
|
169 | 136 | "aztec-sandbox": {
|
170 | 137 | "buildDir": "yarn-project",
|
171 | 138 | "projectDir": "yarn-project/aztec-sandbox",
|
172 | 139 | "dockerfile": "aztec-sandbox/Dockerfile",
|
173 |
| - "rebuildPatterns": ["^yarn-project/aztec-sandbox/"], |
174 |
| - "dependencies": [ |
175 |
| - "yarn-project-base", |
176 |
| - "aztec-node", |
177 |
| - "aztec-rpc", |
178 |
| - "aztec.js", |
179 |
| - "circuits.js", |
180 |
| - "ethereum", |
181 |
| - "foundation", |
182 |
| - "l1-artifacts", |
183 |
| - "noir-contracts", |
184 |
| - "types" |
185 |
| - ] |
| 140 | + "rebuildPatterns": ["^yarn-project/aztec-sandbox/"] |
186 | 141 | },
|
187 | 142 | "aztec.js": {
|
188 | 143 | "buildDir": "yarn-project",
|
189 | 144 | "projectDir": "yarn-project/aztec.js",
|
190 | 145 | "dockerfile": "aztec.js/Dockerfile",
|
191 |
| - "rebuildPatterns": ["^yarn-project/aztec.js/"], |
192 |
| - "dependencies": ["yarn-project-base", "circuits.js", "foundation", "types"] |
| 146 | + "rebuildPatterns": ["^yarn-project/aztec.js/"] |
193 | 147 | },
|
194 | 148 | "canary-build": {
|
195 | 149 | "buildDir": "yarn-project",
|
196 | 150 | "projectDir": "yarn-project/canary",
|
197 | 151 | "dockerfile": "canary/Dockerfile.build",
|
198 |
| - "rebuildPatterns": ["^yarn-project/canary/"], |
199 |
| - "dependencies": [ |
200 |
| - "yarn-project-base", |
201 |
| - "aztec.js", |
202 |
| - "l1-artifacts", |
203 |
| - "noir-contracts", |
204 |
| - "aztec-sandbox" |
205 |
| - ] |
| 152 | + "rebuildPatterns": ["^yarn-project/canary/"] |
206 | 153 | },
|
207 | 154 | "canary": {
|
208 | 155 | "buildDir": "yarn-project",
|
209 | 156 | "projectDir": "yarn-project/canary",
|
210 | 157 | "dockerfile": "canary/Dockerfile",
|
211 |
| - "rebuildPatterns": ["^yarn-project/canary/"], |
212 |
| - "dependencies": [ |
213 |
| - "yarn-project-base", |
214 |
| - "aztec.js", |
215 |
| - "foundation", |
216 |
| - "l1-artifacts", |
217 |
| - "noir-contracts" |
218 |
| - ] |
| 158 | + "rebuildPatterns": ["^yarn-project/canary/"] |
219 | 159 | },
|
220 | 160 | "circuits.js": {
|
221 | 161 | "buildDir": "yarn-project",
|
222 | 162 | "projectDir": "yarn-project/circuits.js",
|
223 | 163 | "dockerfile": "circuits.js/Dockerfile",
|
224 |
| - "rebuildPatterns": ["^yarn-project/circuits.js/"], |
225 |
| - "dependencies": ["yarn-project-base", "foundation"] |
| 164 | + "rebuildPatterns": ["^yarn-project/circuits.js/"] |
226 | 165 | },
|
227 | 166 | "end-to-end": {
|
228 | 167 | "buildDir": "yarn-project",
|
229 | 168 | "projectDir": "yarn-project/end-to-end",
|
230 | 169 | "dockerfile": "end-to-end/Dockerfile",
|
231 |
| - "rebuildPatterns": ["^yarn-project/end-to-end/"], |
232 |
| - "dependencies": [ |
233 |
| - "yarn-project-base", |
234 |
| - "archiver", |
235 |
| - "aztec-node", |
236 |
| - "aztec-rpc", |
237 |
| - "aztec-sandbox", |
238 |
| - "aztec.js", |
239 |
| - "circuits.js", |
240 |
| - "cli", |
241 |
| - "ethereum", |
242 |
| - "foundation", |
243 |
| - "l1-artifacts", |
244 |
| - "noir-contracts", |
245 |
| - "p2p", |
246 |
| - "sequencer-client", |
247 |
| - "types", |
248 |
| - "world-state" |
249 |
| - ] |
| 170 | + "rebuildPatterns": ["^yarn-project/end-to-end/"] |
250 | 171 | },
|
251 | 172 | "ethereum": {
|
252 | 173 | "buildDir": "yarn-project",
|
253 | 174 | "projectDir": "yarn-project/ethereum",
|
254 | 175 | "dockerfile": "ethereum/Dockerfile",
|
255 |
| - "rebuildPatterns": ["^yarn-project/ethereum/"], |
256 |
| - "dependencies": ["yarn-project-base", "foundation", "l1-artifacts"] |
| 176 | + "rebuildPatterns": ["^yarn-project/ethereum/"] |
257 | 177 | },
|
258 | 178 | "foundation": {
|
259 | 179 | "buildDir": "yarn-project",
|
260 | 180 | "projectDir": "yarn-project/foundation",
|
261 | 181 | "dockerfile": "foundation/Dockerfile",
|
262 |
| - "rebuildPatterns": ["^yarn-project/foundation/"], |
263 |
| - "dependencies": ["yarn-project-base"] |
| 182 | + "rebuildPatterns": ["^yarn-project/foundation/"] |
264 | 183 | },
|
265 | 184 | "key-store": {
|
266 | 185 | "buildDir": "yarn-project",
|
267 | 186 | "projectDir": "yarn-project/key-store",
|
268 | 187 | "dockerfile": "key-store/Dockerfile",
|
269 |
| - "rebuildPatterns": ["^yarn-project/key-store/"], |
270 |
| - "dependencies": ["yarn-project-base", "circuits.js", "foundation", "types"] |
| 188 | + "rebuildPatterns": ["^yarn-project/key-store/"] |
271 | 189 | },
|
272 | 190 | "merkle-tree": {
|
273 | 191 | "buildDir": "yarn-project",
|
274 | 192 | "projectDir": "yarn-project/merkle-tree",
|
275 | 193 | "dockerfile": "merkle-tree/Dockerfile",
|
276 |
| - "rebuildPatterns": ["^yarn-project/merkle-tree/"], |
277 |
| - "dependencies": ["yarn-project-base", "circuits.js", "foundation", "types"] |
| 194 | + "rebuildPatterns": ["^yarn-project/merkle-tree/"] |
278 | 195 | },
|
279 | 196 | "noir-contracts-build": {
|
280 | 197 | "buildDir": "yarn-project",
|
|
283 | 200 | "rebuildPatterns": [
|
284 | 201 | "^yarn-project/noir-contracts/",
|
285 | 202 | "^yarn-project/noir-libs/"
|
286 |
| - ], |
287 |
| - "dependencies": [ |
288 |
| - "yarn-project-base", |
289 |
| - "aztec.js", |
290 |
| - "foundation", |
291 |
| - "noir-compiler" |
292 | 203 | ]
|
293 | 204 | },
|
294 | 205 | "noir-contracts": {
|
|
298 | 209 | "rebuildPatterns": [
|
299 | 210 | "^yarn-project/noir-contracts/",
|
300 | 211 | "^yarn-project/noir-libs/"
|
301 |
| - ], |
302 |
| - "dependencies": [ |
303 |
| - "yarn-project-base", |
304 |
| - "aztec.js", |
305 |
| - "foundation", |
306 |
| - "noir-compiler" |
307 | 212 | ]
|
308 | 213 | },
|
309 | 214 | "noir-compiler": {
|
310 | 215 | "buildDir": "yarn-project",
|
311 | 216 | "projectDir": "yarn-project/noir-compiler",
|
312 | 217 | "dockerfile": "noir-compiler/Dockerfile",
|
313 |
| - "rebuildPatterns": ["^yarn-project/noir-compiler/"], |
314 |
| - "dependencies": ["yarn-project-base", "foundation"] |
| 218 | + "rebuildPatterns": ["^yarn-project/noir-compiler/"] |
315 | 219 | },
|
316 | 220 | "p2p": {
|
317 | 221 | "buildDir": "yarn-project",
|
318 | 222 | "projectDir": "yarn-project/p2p",
|
319 | 223 | "dockerfile": "p2p/Dockerfile",
|
320 |
| - "rebuildPatterns": ["^yarn-project/p2p/"], |
321 |
| - "dependencies": ["yarn-project-base", "circuits.js", "foundation", "types"] |
| 224 | + "rebuildPatterns": ["^yarn-project/p2p/"] |
322 | 225 | },
|
323 | 226 | "p2p-bootstrap": {
|
324 | 227 | "buildDir": "yarn-project",
|
325 | 228 | "projectDir": "yarn-project/p2p-bootstrap",
|
326 | 229 | "dockerfile": "p2p/Dockerfile",
|
327 |
| - "rebuildPatterns": ["^yarn-project/p2p-bootstrap/"], |
328 |
| - "dependencies": ["yarn-project-base", "foundation", "p2p"] |
| 230 | + "rebuildPatterns": ["^yarn-project/p2p-bootstrap/"] |
329 | 231 | },
|
330 | 232 | "prover-client": {
|
331 | 233 | "buildDir": "yarn-project",
|
332 | 234 | "projectDir": "yarn-project/prover-client",
|
333 | 235 | "dockerfile": "prover-client/Dockerfile",
|
334 |
| - "rebuildPatterns": ["^yarn-project/prover-client/"], |
335 |
| - "dependencies": ["yarn-project-base", "foundation"] |
| 236 | + "rebuildPatterns": ["^yarn-project/prover-client/"] |
336 | 237 | },
|
337 | 238 | "rollup-provider": {
|
338 | 239 | "buildDir": "yarn-project",
|
339 | 240 | "projectDir": "yarn-project/rollup-provider",
|
340 | 241 | "dockerfile": "rollup-provider/Dockerfile",
|
341 |
| - "rebuildPatterns": ["^yarn-project/rollup-provider/"], |
342 |
| - "dependencies": [ |
343 |
| - "yarn-project-base", |
344 |
| - "aztec-node", |
345 |
| - "circuits.js", |
346 |
| - "foundation", |
347 |
| - "types" |
348 |
| - ] |
| 242 | + "rebuildPatterns": ["^yarn-project/rollup-provider/"] |
349 | 243 | },
|
350 | 244 | "aztec-node": {
|
351 | 245 | "buildDir": "yarn-project",
|
352 | 246 | "projectDir": "yarn-project/aztec-node",
|
353 | 247 | "dockerfile": "aztec-node/Dockerfile",
|
354 |
| - "rebuildPatterns": ["^yarn-project/aztec-node/"], |
355 |
| - "dependencies": [ |
356 |
| - "yarn-project-base", |
357 |
| - "archiver", |
358 |
| - "circuits.js", |
359 |
| - "foundation", |
360 |
| - "l1-artifacts", |
361 |
| - "merkle-tree", |
362 |
| - "p2p", |
363 |
| - "sequencer-client", |
364 |
| - "types", |
365 |
| - "world-state" |
366 |
| - ] |
| 248 | + "rebuildPatterns": ["^yarn-project/aztec-node/"] |
367 | 249 | },
|
368 | 250 | "sequencer-client": {
|
369 | 251 | "buildDir": "yarn-project",
|
370 | 252 | "projectDir": "yarn-project/sequencer-client",
|
371 | 253 | "dockerfile": "sequencer-client/Dockerfile",
|
372 |
| - "rebuildPatterns": ["^yarn-project/sequencer-client/"], |
373 |
| - "dependencies": [ |
374 |
| - "yarn-project-base", |
375 |
| - "acir-simulator", |
376 |
| - "circuits.js", |
377 |
| - "ethereum", |
378 |
| - "foundation", |
379 |
| - "l1-artifacts", |
380 |
| - "merkle-tree", |
381 |
| - "p2p", |
382 |
| - "types", |
383 |
| - "world-state" |
384 |
| - ] |
| 254 | + "rebuildPatterns": ["^yarn-project/sequencer-client/"] |
385 | 255 | },
|
386 | 256 | "types": {
|
387 | 257 | "buildDir": "yarn-project",
|
388 | 258 | "projectDir": "yarn-project/types",
|
389 | 259 | "dockerfile": "types/Dockerfile",
|
390 |
| - "rebuildPatterns": ["^yarn-project/types/"], |
391 |
| - "dependencies": ["yarn-project-base", "circuits.js", "foundation"] |
| 260 | + "rebuildPatterns": ["^yarn-project/types/"] |
392 | 261 | },
|
393 | 262 | "world-state": {
|
394 | 263 | "buildDir": "yarn-project",
|
395 | 264 | "projectDir": "yarn-project/world-state",
|
396 | 265 | "dockerfile": "world-state/Dockerfile",
|
397 |
| - "rebuildPatterns": ["^yarn-project/world-state/"], |
398 |
| - "dependencies": [ |
399 |
| - "yarn-project-base", |
400 |
| - "circuits.js", |
401 |
| - "foundation", |
402 |
| - "merkle-tree", |
403 |
| - "types" |
404 |
| - ] |
| 266 | + "rebuildPatterns": ["^yarn-project/world-state/"] |
405 | 267 | }
|
406 | 268 | }
|
0 commit comments