[QOL] Immich: add warning regarding library compilation time (#12345)

This commit is contained in:
Chris
2026-02-26 02:45:59 -05:00
committed by GitHub
parent c5a635cdd7
commit 117786376a
3 changed files with 6 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ EOF
if [[ -f ~/.immich_library_revisions ]]; then
libraries=("libjxl" "libheif" "libraw" "imagemagick" "libvips")
cd "$BASE_DIR"
msg_info "Checking for updates to custom image-processing libraries"
msg_warn "Checking for updates to custom image-processing libraries (recompile time: 2-15min per library)"
$STD git pull
for library in "${libraries[@]}"; do
compile_"$library"