Breadway
152915198b
Disable debug package so the main package publishes correctly
...
Mirror to GitHub / mirror (push) Successful in 2s
Build and publish package / package (push) Failing after 2m39s
makepkg's debug split produced a -debug pkg; the upload's head -1 could
grab it instead of the main package. !debug yields a single package.
2026-06-13 23:00:46 +08:00
Breadway
64e756f6eb
Disable LTO in PKGBUILD to fix vendored Lua static link
...
Mirror to GitHub / mirror (push) Successful in 15s
Build and publish package / package (push) Failing after 3m19s
makepkg's default -flto=auto made mlua's vendored liblua5.4.a contain GCC
LTO bitcode that the Rust (lld) link couldn't read, leaving all lua_*
symbols undefined. options=(!lto) produces a clean static link.
Verified building in a clean archlinux container.
2026-06-13 16:52:54 +08:00
Breadway
114c9e2bcc
Revert to v0.6
2026-05-17 08:33:00 +08:00
Breadway
9a471f3158
Final Release of Version 1.0
2026-05-13 22:01:42 +08:00
Breadway
c5102639f4
Refactor UdevAdapter to remove udev monitor fallback and update PKGBUILD for consistent naming
2026-05-11 22:48:49 +08:00
Breadway
55d103b3cf
Enhance installation process, update service paths, and improve device classification
2026-05-11 18:39:39 +08:00
Breadway
d537fc9318
Daemon release-ready
2026-05-11 12:21:23 +08:00
Breadway
730a8b61d7
Release 1.0
2026-05-11 11:56:03 +08:00