zenhack / ttrss-sandstorm

Sandstorm port of Tiny Tiny RSS
GNU General Public License v3.0
6 stars 2 forks source link

Update app version (aug 2022) #38

Open zenhack opened 2 years ago

zenhack commented 2 years ago

Opening an issue to track progress updating to a new app version.

The immediate blocker seems to be that the version of php shipped with buster is no longer supported by upstream. I've got some code on a branch (php-from-nix) that pulls in php 8.1 from nixpkgs, but the way it looks for php.ini/extensions etc. seems like it's maybe a bit different, so I haven't gotten everything working yet.

ocdtrekkie commented 1 year ago

I got certificate errors trying to build this from the nixpkgs part. Not sure if it was my build machine being awful, the Debian version being too old, or something else.

ocdtrekkie commented 1 year ago

I'm maybe running out of memory on the nixpkgs steps of the build?

zenhack commented 1 year ago

Mediawiki 1.39.x also wants a newer version of php than what's current, probably once we figure out the upgrade here we can use the same logic there as well.

@ocdtrekkie, can you give the VM more memory?