We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f82ae9 commit 6e5a7ffCopy full SHA for 6e5a7ff
.drone.star
@@ -2738,7 +2738,7 @@ def build():
2738
"name": "build",
2739
"image": OC_CI_GOLANG,
2740
"commands": [
2741
- "retry -t 3 'make -C ocis build'",
+ "retry -t 3 'make -C ocis build ENABLE_VIPS=true'",
2742
],
2743
"environment": DRONE_HTTP_PROXY_ENV,
2744
"volumes": [stepVolumeGo],
@@ -2751,7 +2751,7 @@ def buildDebug():
2751
"name": "build debug binary",
2752
2753
2754
- "retry -t 3 'make -C ocis build-debug'",
+ "retry -t 3 'make -C ocis build-debug ENABLE_VIPS=true'",
2755
2756
2757
0 commit comments