Skip to content

Commit a3ddb85

Browse files
authored
build: libvips 8.17.0 (#48)
* build: libvips 8.17.0 * build: libvips 8.17.0 * build: libvips 8.17.0 * build: update generated vips package
1 parent c752e6d commit a3ddb85

File tree

13 files changed

+369
-164
lines changed

13 files changed

+369
-164
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
env:
1414
CGO_CFLAGS_ALLOW: -Xpreprocessor
15-
VIPS_VERSION: 8.16.1
15+
VIPS_VERSION: 8.17.0
1616
V: 5
1717

1818
steps:
@@ -79,7 +79,6 @@ jobs:
7979
--strip \
8080
--prefix=/usr/local \
8181
--libdir=lib \
82-
-Dgtk_doc=false \
8382
-Dmagick=enabled \
8483
-Dopenslide=enabled \
8584
-Dintrospection=enabled \
@@ -128,7 +127,7 @@ jobs:
128127
$(CGO_CFLAGS_ALLOW="-Xpreprocessor") go test -v ./vips/...
129128
130129
- name: Commit generated files
131-
if: github.event_name != 'pull_request'
130+
if: github.event_name == 'pull_request'
132131
uses: stefanzweifel/git-auto-commit-action@v4
133132
with:
134133
commit_message: "build: update generated vips package"

vips/callback.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vips/connection.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vips/connection.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vips/connection.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)