File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ defaults:
1616 $CXX --version
1717 $CXX --version > compiler.version
1818
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+
1926 configure : &configure
2027 run :
2128 name : " Configure"
@@ -163,6 +170,7 @@ jobs:
163170 docker :
164171 - image : ethereum/cpp-build-env
165172 steps :
173+ - *install-system-deps
166174 - checkout
167175 - *update-submodules
168176 - *environment-info
@@ -184,6 +192,7 @@ jobs:
184192 docker :
185193 - image : cdetrio/nodejs-cpp-build-env
186194 steps :
195+ - *install-system-deps
187196 - checkout
188197 - *update-submodules
189198 - *environment-info
@@ -205,6 +214,7 @@ jobs:
205214 docker :
206215 - image : ethereum/cpp-build-env:3
207216 steps :
217+ - *install-system-deps
208218 - checkout
209219 - *update-submodules
210220 - *environment-info
@@ -228,6 +238,7 @@ jobs:
228238 docker :
229239 - image : ethereum/cpp-build-env
230240 steps :
241+ - *install-system-deps
231242 - checkout
232243 - *update-submodules
233244 - *environment-info
@@ -251,6 +262,7 @@ jobs:
251262 docker :
252263 - image : ethereum/cpp-build-env
253264 steps :
265+ - *install-system-deps
254266 - checkout
255267 - *update-submodules
256268 - *environment-info
You can’t perform that action at this time.
0 commit comments