-
Notifications
You must be signed in to change notification settings - Fork 295
/
Copy pathbuild_manifest.yml
219 lines (191 loc) · 4.9 KB
/
build_manifest.yml
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
noir:
buildDir: noir
rebuildPatterns:
- ^noir/Dockerfile
- ^noir/acvm-repo
- ^noir/compiler
- ^noir/aztec_macros
- ^noir/noir_stdlib
- ^noir/tooling/backend_interface
- ^noir/tooling/bb_abstraction_leaks
- ^noir/tooling/debugger
- ^noir/tooling/lsp
- ^noir/tooling/nargo
- ^noir/tooling/nargo_cli
- ^noir/tooling/nargo_toml
- ^noir/tooling/nargo_fmt
- ^noir/tooling/noirc_abi
multiarch: host
noir-packages:
buildDir: noir
dockerfile: Dockerfile.packages
rebuildPatterns:
- ^noir/Dockerfile.packages
- ^noir/.yarn
- ^noir/.yarnrc.yml
- ^noir/package.json
- ^noir/yarn.lock
- ^noir/acvm-repo
- ^noir/compiler
- ^noir/aztec_macros
- ^noir/noir_stdlib
- ^noir/tooling/noir_codegen
- ^noir/tooling/noir_js
- ^noir/tooling/noir_js_backend_barretenberg
- ^noir/tooling/noir_js_types
- ^noir/tooling/noirc_abi
- ^noir/tooling/noirc_abi_wasm
noir-compile-acir-tests:
buildDir: noir/test_programs
# Awkward. Maybe change dockerfile paths to be absolute.
dockerfile: ../../barretenberg/acir_tests/Dockerfile.noir_acir_tests
rebuildPatterns:
- ^noir/test_programs
- ^barretenberg/acir_tests/Dockerfile.noir_acir_tests
dependencies:
- noir
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
barretenberg-x86_64-linux-clang-sol:
buildDir: barretenberg
dockerfile: sol/Dockerfile
rebuildPatterns: sol/.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
- noir-compile-acir-tests
barretenberg-acir-tests-bb-sol:
buildDir: barretenberg/acir_tests
dockerfile: Dockerfile.bb.sol
dependencies:
- barretenberg-x86_64-linux-clang-assert
- barretenberg-x86_64-linux-clang-sol
- noir-compile-acir-tests
barretenberg-acir-tests-bb.js:
buildDir: barretenberg/acir_tests
dockerfile: Dockerfile.bb.js
dependencies:
- bb.js
- noir-compile-acir-tests
barretenberg-bench:
buildDir: barretenberg/cpp
dockerfile: dockerfiles/Dockerfile.bench
dependencies:
- barretenberg-x86_64-linux-clang
barretenberg-docs:
buildDir: barretenberg/cpp
dockerfile: docs/Dockerfile
l1-contracts:
buildDir: l1-contracts
boxes-files:
buildDir: boxes
dockerfile: Dockerfile.files
yarn-project-base:
buildDir: yarn-project
projectDir: yarn-project/yarn-project-base
rebuildPatterns:
- ^yarn-project/yarn-project-base/
- ^yarn-project/yarn.lock
dependencies:
- l1-contracts
- bb.js
- noir
- noir-packages
- boxes-files
- avm-transpiler
yarn-project:
buildDir: yarn-project
rebuildPatterns:
- ^yarn-project/.*\.(ts|tsx|js|cjs|mjs|json|html|md|sh|nr|toml)$
- ^yarn-project/Dockerfile$
- ^yarn-project/cli/aztec-cli
dependencies:
- yarn-project-base
yarn-project-prod:
buildDir: yarn-project
dockerfile: Dockerfile.prod
rebuildPatterns:
- ^yarn-project/Dockerfile.prod
dependencies:
- yarn-project
multiarch: buildx
aztec:
buildDir: yarn-project
projectDir: yarn-project/aztec
dependencies:
- yarn-project-prod
multiarch: buildx
aztec-faucet:
buildDir: yarn-project
projectDir: yarn-project/aztec-faucet
dependencies:
- yarn-project-prod
cli:
buildDir: yarn-project
projectDir: yarn-project/cli
dependencies:
- yarn-project-prod
multiarch: buildx
boxes:
buildDir: boxes
dependencies:
- aztec
- noir
runDependencies:
- aztec
end-to-end:
buildDir: yarn-project
projectDir: yarn-project/end-to-end
dependencies:
- yarn-project
runDependencies:
- aztec
mainnet-fork:
buildDir: iac/mainnet-fork
projectDir: iac/mainnet-fork
docs:
buildDir: .
dockerfile: docs/Dockerfile
rebuildPatterns:
- ^docs/
- ^.*.cpp$
- ^.*.hpp$
- ^.*.ts$
- ^.release-please-manifest.json$
- ^.*.nr$
dependencies:
- yarn-project
yellow-paper:
buildDir: yellow-paper
rebuildPatterns:
- ^yellow-paper/
avm-transpiler:
buildDir: .
dockerfile: avm-transpiler/Dockerfile
rebuildPatterns:
- ^avm-transpiler/
- ^noir/