-
Notifications
You must be signed in to change notification settings - Fork 282
/
build_manifest.json
241 lines (241 loc) · 6.4 KB
/
build_manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
{
"barretenberg-x86_64-linux-clang": {
"buildDir": "barretenberg/cpp",
"dockerfile": "dockerfiles/Dockerfile.x86_64-linux-clang",
"rebuildPatterns": ".rebuild_patterns"
},
"barretenberg-x86_64-linux-clang-assert": {
"buildDir": "barretenberg/cpp",
"dockerfile": "dockerfiles/Dockerfile.x86_64-linux-clang-assert",
"rebuildPatterns": ".rebuild_patterns"
},
"barretenberg-x86_64-linux-clang-fuzzing": {
"buildDir": "barretenberg/cpp",
"dockerfile": "dockerfiles/Dockerfile.x86_64-linux-clang-fuzzing",
"rebuildPatterns": ".rebuild_patterns"
},
"barretenberg-x86_64-linux-gcc": {
"buildDir": "barretenberg/cpp",
"dockerfile": "dockerfiles/Dockerfile.x86_64-linux-gcc",
"rebuildPatterns": ".rebuild_patterns"
},
"barretenberg-wasm-linux-clang": {
"buildDir": "barretenberg/cpp",
"dockerfile": "dockerfiles/Dockerfile.wasm-linux-clang",
"rebuildPatterns": ".rebuild_patterns"
},
"bb.js": {
"buildDir": "barretenberg/ts",
"dependencies": [
"barretenberg-wasm-linux-clang"
]
},
"barretenberg-acir-tests-bb": {
"buildDir": "barretenberg/acir_tests",
"dockerfile": "Dockerfile.bb",
"dependencies": [
"barretenberg-x86_64-linux-clang-assert"
]
},
"barretenberg-acir-tests-bb.js": {
"buildDir": "barretenberg/acir_tests",
"dockerfile": "Dockerfile.bb.js",
"dependencies": [
"bb.js"
]
},
"circuits-wasm-linux-clang": {
"buildDir": "circuits/cpp",
"dockerfile": "dockerfiles/Dockerfile.wasm-linux-clang",
"rebuildPatterns": ".rebuild_patterns",
"dependencies": [
"barretenberg-wasm-linux-clang"
]
},
"circuits-wasm-linux-clang-assert": {
"buildDir": "circuits/cpp",
"dockerfile": "dockerfiles/Dockerfile.wasm-linux-clang-assert",
"rebuildPatterns": ".rebuild_patterns",
"dependencies": [
"barretenberg-wasm-linux-clang"
]
},
"circuits-x86_64-linux-clang-tidy": {
"buildDir": "circuits/cpp",
"dockerfile": "dockerfiles/Dockerfile.x86_64-linux-clang-tidy",
"rebuildPatterns": ".rebuild_patterns",
"dependencies": [
"barretenberg-x86_64-linux-clang"
]
},
"circuits-x86_64-linux-clang": {
"buildDir": "circuits/cpp",
"dockerfile": "dockerfiles/Dockerfile.x86_64-linux-clang",
"rebuildPatterns": ".rebuild_patterns",
"dependencies": [
"barretenberg-x86_64-linux-clang"
]
},
"circuits-x86_64-linux-clang-assert": {
"buildDir": "circuits/cpp",
"dockerfile": "dockerfiles/Dockerfile.x86_64-linux-clang-assert",
"rebuildPatterns": ".rebuild_patterns",
"dependencies": [
"barretenberg-x86_64-linux-clang"
]
},
"docs": {
"buildDir": ".",
"dockerfile": "docs/Dockerfile",
"rebuildPatterns": [
"^docs/",
"^.*.cpp$",
"^.*.ts$"
]
},
"l1-contracts": {
"buildDir": "l1-contracts"
},
"l1-artifacts": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/l1-artifacts",
"rebuildPatterns": [
"^l1-contracts/",
"^yarn-project/l1-artifacts/"
],
"dependencies": []
},
"yarn-project-base": {
"buildDir": "yarn-project",
"dockerfile": "yarn-project-base/Dockerfile",
"rebuildPatterns": [
"^l1-contracts/",
"^yarn-project/l1-artifacts/",
"^yarn-project/noir-contracts/",
"^yarn-project/aztec-nr/",
"^yarn-project/noir-compiler/",
"^yarn-project/yarn-project-base/",
"^yarn-project/yarn.lock"
],
"dependencies": [
"circuits-wasm-linux-clang",
"l1-contracts"
]
},
"acir-simulator": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/acir-simulator"
},
"archiver": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/archiver"
},
"cli": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/cli"
},
"aztec-rpc": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-rpc"
},
"aztec-sandbox-base": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-sandbox"
},
"aztec-sandbox": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-sandbox",
"dockerfile": "Dockerfile.final"
},
"aztec.js": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec.js"
},
"canary-build": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/canary",
"dockerfile": "Dockerfile.build"
},
"canary": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/canary"
},
"circuits.js": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/circuits.js"
},
"end-to-end": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/end-to-end"
},
"ethereum": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/ethereum"
},
"foundation": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/foundation"
},
"key-store": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/key-store"
},
"merkle-tree": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/merkle-tree"
},
"noir-contracts-build": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/noir-contracts",
"dockerfile": "Dockerfile.build",
"rebuildPatterns": [
"^yarn-project/noir-contracts/",
"^yarn-project/aztec-nr/"
]
},
"noir-contracts": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/noir-contracts",
"rebuildPatterns": [
"^yarn-project/noir-contracts/",
"^yarn-project/aztec-nr/"
]
},
"noir-compiler": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/noir-compiler"
},
"p2p": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/p2p"
},
"p2p-bootstrap": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/p2p-bootstrap",
"dockerfile": "../p2p/Dockerfile"
},
"prover-client": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/prover-client"
},
"rollup-provider": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/rollup-provider"
},
"aztec-node": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-node"
},
"sequencer-client": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/sequencer-client"
},
"types": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/types"
},
"world-state": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/world-state"
}
}