File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ defaults:
16
16
$CXX --version
17
17
$CXX --version > compiler.version
18
18
19
+ install-system-deps : &install-system-deps
20
+ run :
21
+ name : " Install system dependencies"
22
+ command : |
23
+ sudo apt -q update
24
+ sudo apt -qy install python
25
+
19
26
configure : &configure
20
27
run :
21
28
name : " Configure"
@@ -163,6 +170,7 @@ jobs:
163
170
docker :
164
171
- image : ethereum/cpp-build-env
165
172
steps :
173
+ - *install-system-deps
166
174
- checkout
167
175
- *update-submodules
168
176
- *environment-info
@@ -184,6 +192,7 @@ jobs:
184
192
docker :
185
193
- image : cdetrio/nodejs-cpp-build-env
186
194
steps :
195
+ - *install-system-deps
187
196
- checkout
188
197
- *update-submodules
189
198
- *environment-info
@@ -205,6 +214,7 @@ jobs:
205
214
docker :
206
215
- image : ethereum/cpp-build-env:3
207
216
steps :
217
+ - *install-system-deps
208
218
- checkout
209
219
- *update-submodules
210
220
- *environment-info
@@ -228,6 +238,7 @@ jobs:
228
238
docker :
229
239
- image : ethereum/cpp-build-env
230
240
steps :
241
+ - *install-system-deps
231
242
- checkout
232
243
- *update-submodules
233
244
- *environment-info
@@ -251,6 +262,7 @@ jobs:
251
262
docker :
252
263
- image : ethereum/cpp-build-env
253
264
steps :
265
+ - *install-system-deps
254
266
- checkout
255
267
- *update-submodules
256
268
- *environment-info
You can’t perform that action at this time.
0 commit comments