Skip to content

Commit 6d01066

Browse files
Nik Samokhvalovclaude
andcommitted
Fix CI: add build-essential for sharp native compilation
Sharp detects globally-installed libvips and builds from source via node-gyp, which requires make (provided by build-essential). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3444cf9 commit 6d01066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ validate_feeds:
2828
image: oven/bun:1.3-debian
2929
before_script:
3030
# Install xmllint for XML validation and libvips for sharp (image processing)
31-
- apt-get update && apt-get install -y libxml2-utils jq libvips-dev
31+
- apt-get update && apt-get install -y libxml2-utils jq libvips-dev build-essential
3232
- bun install --frozen-lockfile
3333
script:
3434
- bash .ci/validate-feeds.sh

0 commit comments

Comments
 (0)