1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix(server): build sharp without tiff (#3655)

This commit is contained in:
Mert
2023-08-12 22:02:33 -04:00
committed by GitHub
parent 77a5820c3c
commit 13564fbc17
3 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ tar -xvf vips-${LIBVIPS_VERSION}.tar.xz -C libvips --strip-components=1
rm vips-${LIBVIPS_VERSION}.tar.xz
rm libvips.sha256
cd libvips
meson setup build --buildtype=release --libdir=lib -Dintrospection=false
meson setup build --buildtype=release --libdir=lib -Dintrospection=disabled -Dtiff=disabled
cd build
# ninja test # tests set concurrency too high for arm/v7
ninja install