ModernUO/Projects/BuildTool
Kamron Batman d55a97e7c0
chore: drop the liburing prerequisite, which was never used
IORingGroup issues io_uring syscalls directly rather than linking
liburing, so the package was never needed. Checked against the shipped
IORingGroup 1.0.9 assembly: its P/Invoke targets are libc,
libSystem.dylib, kernel32.dll, kernelbase.dll and ws2_32.dll. It
contains no reference to liburing and no call to io_uring_queue_init,
liburing's entry point -- only the raw io_uring_setup syscall.

Removes it from the README, from CI, and from the three places
NativeLibraryChecker asked for it (the cross-compile target text, the
apt and dnf package lists, and the ldconfig fallback map).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-06 21:23:39 -07:00
..
Interactive feat: Adds Build Tool for Publishing/Setup (#2392) 2026-03-28 21:21:50 -07:00
Json feat: Adds Build Tool for Publishing/Setup (#2392) 2026-03-28 21:21:50 -07:00
Platform feat: Adds Build Tool for Publishing/Setup (#2392) 2026-03-28 21:21:50 -07:00
Prerequisites chore: drop the liburing prerequisite, which was never used 2026-08-06 21:23:39 -07:00
Publishing feat: Adds Build Tool for Publishing/Setup (#2392) 2026-03-28 21:21:50 -07:00
Branding.cs feat: Adds Build Tool for Publishing/Setup (#2392) 2026-03-28 21:21:50 -07:00
build-tool.ico feat(build-tool): add application icon and refresh MUO.ico (#2487) 2026-06-14 11:59:54 -07:00
BuildOptions.cs feat: Adds Build Tool for Publishing/Setup (#2392) 2026-03-28 21:21:50 -07:00
BuildTool.csproj fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Program.cs feat: Adds Build Tool for Publishing/Setup (#2392) 2026-03-28 21:21:50 -07:00