skip chromdriver for build

This commit is contained in:
Willy Kloucek
2022-04-01 18:35:52 +02:00
parent 12ef24508f
commit e46378c65f

View File

@@ -1376,6 +1376,9 @@ def makeNodeGenerate(module):
{
"name": "generate nodejs",
"image": OC_CI_NODEJS % DEFAULT_NODEJS_VERSION,
"environment": {
"CHROMEDRIVER_SKIP_DOWNLOAD": "true", # install fails on arm and chromedriver is a test only dependency
},
"commands": [
"%s ci-node-generate" % (make),
],