File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 134134 $STD sudo -u postgres psql -d immich -c " REINDEX INDEX clip_index;"
135135 fi
136136 ensure_dependencies ccache gcc-13 g++-13
137- export CC=gcc-13
138- export CXX=g++-13
139137
140138 INSTALL_DIR=" /opt/${APP} "
141139 UPLOAD_DIR=" $( sed -n ' /^IMMICH_MEDIA_LOCATION/s/[^=]*=//p' /opt/immich/.env) "
Original file line number Diff line number Diff line change @@ -154,10 +154,8 @@ sed -i "s/^#shared_preload.*/shared_preload_libraries = 'vchord.so'/" /etc/postg
154154systemctl restart postgresql.service
155155PG_DB_NAME=" immich" PG_DB_USER=" immich" PG_DB_GRANT_SUPERUSER=" true" PG_DB_SKIP_ALTER_ROLE=" true" setup_postgresql_db
156156
157- msg_info " Installing GCC-13 (workaround for GCC-14 ICE on Trixie )"
157+ msg_info " Installing GCC-13 (available as fallback compiler )"
158158$STD apt install -y gcc-13 g++-13
159- export CC=gcc-13
160- export CXX=g++-13
161159msg_ok " Installed GCC-13"
162160
163161msg_warn " Compiling Custom Photo-processing Libraries (can take anywhere from 15min to 2h)"
You can’t perform that action at this time.
0 commit comments