hgy59
hgy59
This works with the hotfix from https://github.com/rust-lang/compiler-builtins/issues/420#issuecomment-1335159456 for fd 8.4.0 ... 8.7.1 ``` ENV += RUSTFLAGS="-Clink-arg=-Wl,--allow-multiple-definition" ```
@DigitalBox98 @ymartin59 are you still interested in PostgreSQL package? It is now working on DSM 7 and DSM 6.
@RMHogervorst did you try (in the spk/postgres folder)? ``` make arch-alpine-7.0 ``` an alternative would be: ``` make ARCH=alpine TCVERSION=7.0 ```
@RMHogervorst we already have the current zlib on the master branch. So I have rebased this PR. BTW: for alpine you can use the armv7 package created by the github...
you must install *.spk files (not zip)
1. download the artifacts (*.zip) 2. unpack the artifacts -> you will get the spk 3. In DSM Package center of your Diskstation chose "Manual Install" and select the spk...
I have not a clue what's going wrong. 1. navigate to "checks - build -artifacts" 2. click (e.g.) "Packages for aarch64-6.1" 3. it will download `Packages for aarch64-6.1.zip` 4. unpack...
@RMHogervorst can you please try with the new version? (didn't test it, but the installer should work)
@RMHogervorst do you know what cleanup script/task is run by postgresql? we should disable the pgsql internal cleanup and run a scheduled task in DSM (yes, those task can run...
> Hi, Is there any reason why this PR is not getting merged into master ? There are still issues with cleanup that need to be solved. > Looking at...