qf: add gcc13 fallback and use gcc14

This commit is contained in:
MickLesk
2026-03-16 20:03:45 +01:00
parent 339301947b
commit fee4617802
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -134,8 +134,6 @@ EOF
$STD sudo -u postgres psql -d immich -c "REINDEX INDEX clip_index;"
fi
ensure_dependencies ccache gcc-13 g++-13
export CC=gcc-13
export CXX=g++-13
INSTALL_DIR="/opt/${APP}"
UPLOAD_DIR="$(sed -n '/^IMMICH_MEDIA_LOCATION/s/[^=]*=//p' /opt/immich/.env)"