mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-28 07:18:21 +00:00
Compare commits
5 Commits
54e970fc7f
...
bcad8c59c1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bcad8c59c1 | ||
![]() |
e7db00bd9b | ||
![]() |
0ad12b8248 | ||
![]() |
b92ceeb91c | ||
![]() |
b678577ad5 |
|
@ -160,9 +160,8 @@ RUN \
|
||||||
;
|
;
|
||||||
|
|
||||||
# libvips version to compile, change with [--build-arg VIPS_VERSION="8.15.2"]
|
# libvips version to compile, change with [--build-arg VIPS_VERSION="8.15.2"]
|
||||||
|
# renovate: datasource=github-releases depName=libvips packageName=libvips/libvips
|
||||||
ARG VIPS_VERSION=8.15.2
|
ARG VIPS_VERSION=8.15.2
|
||||||
# libvips sha256 hash of downloaded archive, change with [--build-arg VIPS_SHA256="a1b2c3..."]
|
|
||||||
ARG VIPS_SHA256=a2ab15946776ca7721d11cae3215f20f1f097b370ff580cd44fc0f19387aee84
|
|
||||||
# libvips download URL, change with [--build-arg VIPS_URL="https://github.com/libvips/libvips/releases/download"]
|
# libvips download URL, change with [--build-arg VIPS_URL="https://github.com/libvips/libvips/releases/download"]
|
||||||
ARG VIPS_URL=https://github.com/libvips/libvips/releases/download
|
ARG VIPS_URL=https://github.com/libvips/libvips/releases/download
|
||||||
|
|
||||||
|
@ -170,9 +169,6 @@ WORKDIR /usr/local/src
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
curl -sSL -o vips-${VIPS_VERSION}.tar.xz ${VIPS_URL}/v${VIPS_VERSION}/vips-${VIPS_VERSION}.tar.xz; \
|
curl -sSL -o vips-${VIPS_VERSION}.tar.xz ${VIPS_URL}/v${VIPS_VERSION}/vips-${VIPS_VERSION}.tar.xz; \
|
||||||
echo "$VIPS_SHA256 vips-${VIPS_VERSION}.tar.xz" | sha256sum --check || exit 1;
|
|
||||||
|
|
||||||
RUN \
|
|
||||||
tar xf vips-${VIPS_VERSION}.tar.xz; \
|
tar xf vips-${VIPS_VERSION}.tar.xz; \
|
||||||
cd vips-${VIPS_VERSION}; \
|
cd vips-${VIPS_VERSION}; \
|
||||||
meson setup build --libdir=lib -Ddeprecated=false -Dintrospection=disabled -Dmodules=disabled -Dexamples=false; \
|
meson setup build --libdir=lib -Ddeprecated=false -Dintrospection=disabled -Dmodules=disabled -Dexamples=false; \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user