Draft
Conversation
Using `;` hides build-time errors
Member
Author
|
still need to test the generated image, I think the workflow will build & push something I can try? EDIT: nope, but I can build locally and shuffle it over to my test server The big block is the postgresql collation problem :( |
We no longer use yarn
This was a legacy package needed 8 years ago for chrome effectively reverts 6b67357
old and busted: `ENV FOO bar` new hotness: `ENV FOO=bar`
* remove yarn
there are no packages available for trixie, but we weren't using it any more
* libpcre3 had been removed from Debian, the replacement is libpcre2
* no, I didn't make a typo there
* via pcre.org:
> There are two major versions of the PCRE library. The current version, PCRE2, released in 2015, is now at version 10.47.
> The older, but still widely deployed PCRE library, originally released in 1997, is at version 8.45. This version of PCRE is now at end of life, and is no longer being actively maintained.
* switch to using nginx packages instead of building it ourself
* Once upon a time, we built it ourselves to add brotli support
* with the trixie update, there's no reason to build it ourselves instead of
using the distribution-provided packages
* trixie is at 1.26.3, below the version we were previously compiling (1.28.1)
but there are no features we require in the later version
* use stable libheif1
* a later version of libheif (1.19.7-1~bpo12+1) was being pulled in from
backports, but trixie is up to date (1.19.8-1)
* some dev packages have had their number removed,
e.g. libfreetype6-dev -> libfreetype-dev
* remove apt-key usage - it was removed from trixie
Member
Author
|
Converted to draft as we're not yet ready to actually go to trixie due to the collation problem … I think we could make all the other changes though 🤔 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.