Skip to content

Commit 6e5a7ff

Browse files
committed
test: use ENABLE_VIPS=true to properly render image with EXIF
1 parent 1f82ae9 commit 6e5a7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.star

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ def build():
27382738
"name": "build",
27392739
"image": OC_CI_GOLANG,
27402740
"commands": [
2741-
"retry -t 3 'make -C ocis build'",
2741+
"retry -t 3 'make -C ocis build ENABLE_VIPS=true'",
27422742
],
27432743
"environment": DRONE_HTTP_PROXY_ENV,
27442744
"volumes": [stepVolumeGo],
@@ -2751,7 +2751,7 @@ def buildDebug():
27512751
"name": "build debug binary",
27522752
"image": OC_CI_GOLANG,
27532753
"commands": [
2754-
"retry -t 3 'make -C ocis build-debug'",
2754+
"retry -t 3 'make -C ocis build-debug ENABLE_VIPS=true'",
27552755
],
27562756
"environment": DRONE_HTTP_PROXY_ENV,
27572757
"volumes": [stepVolumeGo],

0 commit comments

Comments
 (0)