fix(infra): ship alass and the translation backends #259
Reference in New Issue
Block a user
Delete Branch "fix/257-image-ships-subtitles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two parts of §15 were unreachable in the running image.
cargo build --release -p arr-daemonpassed no--features, so all fourtranslation backends were compiled out and
available_enginescame backempty. All four go in: which one is in use is a database setting, so the
build has no reason to choose.
alasswas not installed at all. It is not in Debian, so a pinned releasebinary comes from its own stage — the runtime image needs no download tool
and a source change does not refetch it.
Verified by building the image and running it:
The
arrbinary is 19 MB with all four compiled in, inside §1's 20-40 MBtarget. Health still reads
degradedon TMDB key, opensubtitles credentialsand podnapisi — operator configuration, which the issue puts out of scope.
The asset is x86-64 only, which is what this image targets.
Closes #257