Skip to content

Commit 3444cf9

Browse files
committed
Fix CI: add libvips-dev for sharp module
The sharp image processing module requires libvips to be installed. Adding libvips-dev to the validate_feeds job to resolve the build error.
1 parent 2d0d5d9 commit 3444cf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ validate_feeds:
2727
stage: validate
2828
image: oven/bun:1.3-debian
2929
before_script:
30-
# Install xmllint for XML validation
31-
- apt-get update && apt-get install -y libxml2-utils jq
30+
# Install xmllint for XML validation and libvips for sharp (image processing)
31+
- apt-get update && apt-get install -y libxml2-utils jq libvips-dev
3232
- bun install --frozen-lockfile
3333
script:
3434
- bash .ci/validate-feeds.sh

0 commit comments

Comments
 (0)