forked from AztecProtocol/aztec-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build_manifest.yml
197 lines (167 loc) · 4.71 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
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
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
l1-contracts:
buildDir: l1-contracts
# We should move the noir source code to the top of the repo.
# It's currently under yarn-project which looks very circular, but it isn't.
# We're specific with our rebuild patterns as we depend on aztec.nr, but it doesn't have its own build.
noir-contracts-build:
buildDir: yarn-project
projectDir: yarn-project/noir-contracts
rebuildPatterns:
- ^yarn-project/noir-contracts/
- ^yarn-project/aztec-nr/
yarn-project-base:
buildDir: yarn-project
projectDir: yarn-project/yarn-project-base
rebuildPatterns:
- ^yarn-project/yarn-project-base/
- ^yarn-project/yarn.lock
dependencies:
- circuits-wasm-linux-clang
- l1-contracts
yarn-project:
buildDir: yarn-project
rebuildPatterns:
- ^yarn-project/.*\.(ts|js|cjs|mjs|json|html|md|sh)$
- ^yarn-project/Dockerfile
dependencies:
- yarn-project-base
- noir-contracts-build
aztec-sandbox:
buildDir: yarn-project
projectDir: yarn-project/aztec-sandbox
dependencies:
- yarn-project
aztec-faucet:
buildDir: yarn-project
projectDir: yarn-project/aztec-faucet
dependencies:
- yarn-project
pxe:
buildDir: yarn-project
projectDir: yarn-project/pxe
dependencies:
- yarn-project
boxes-blank-react:
buildDir: yarn-project
projectDir: yarn-project/boxes/blank-react
dependencies:
- aztec-sandbox
boxes-blank:
buildDir: yarn-project
projectDir: yarn-project/boxes/blank
dependencies:
- aztec-sandbox
boxes-token:
buildDir: yarn-project
projectDir: yarn-project/boxes/token
dependencies:
- aztec-sandbox
canary-build:
buildDir: yarn-project
projectDir: yarn-project/canary
dockerfile: Dockerfile.build
dependencies:
- yarn-project
canary:
buildDir: yarn-project
projectDir: yarn-project/canary
dependencies:
- yarn-project
end-to-end:
buildDir: yarn-project
projectDir: yarn-project/end-to-end
dependencies:
- yarn-project
aztec-node:
buildDir: yarn-project
projectDir: yarn-project/aztec-node
dependencies:
- yarn-project
p2p-bootstrap:
buildDir: yarn-project
projectDir: yarn-project/p2p-bootstrap
dependencies:
- yarn-project
mainnet-fork:
buildDir: iac/mainnet-fork
projectDir: iac/mainnet-fork
docs:
buildDir: .
dockerfile: docs/Dockerfile
rebuildPatterns:
- ^docs/
- ^.*.cpp$
- ^.*.ts$
- ^.release-please-manifest.json$
- ^.*/noir-version.json$
- ^.*.nr$
dependencies:
- yarn-project