ModernUO/.github
Kamron Batman 06254caaff
ci: stop installing libicu-dev, and prove the -dev packages are unnecessary
The dnf job already installed runtime packages only, with a comment explaining
that installing -dev would mask what the binding packages probe for. The apt
job then installed libicu-dev, which does exactly that: it ships the
unversioned libicuuc.so symlink, so every probe succeeded on the first attempt
and the versioned-SONAME fallback this PR depends on was never exercised.

libicu-dev was there because ICU's runtime package carries the ABI version in
its name and has no stable alias. Matching by pattern is version-independent
without the headers or the symlink, verified to resolve exactly one package on
jammy (70), bookworm (72), noble (74) and trixie (76).

Add an assertion that the unversioned symlinks are absent. Without it the
suite silently stops testing anything the moment a base image starts shipping
one. Verified against all eight matrix distributions: none ship them, and the
step fails as intended when a symlink is planted.

Also add tzdata to the dnf job to match apt, now that it is a checked
prerequisite.
2026-08-07 14:30:00 -07:00
..
workflows ci: stop installing libicu-dev, and prove the -dev packages are unnecessary 2026-08-07 14:30:00 -07:00
COPILOT-INSTRUCTIONS.md chore: Adds AI instructions and SKILLs for ModernUO codebase (#2347) 2026-03-01 11:42:19 -08:00
dependabot.yml chore: Update workflow actions to Node 24 runtime + watch github-actions (#2486) 2026-06-14 09:48:57 -07:00
FUNDING.yml docs: Updates Funding (#1220) 2022-10-30 02:37:35 -07:00
porcelain.ps1 fix: Fixes migration check (#1626) 2023-12-02 12:50:42 -08:00