Alexandru Ardelean
b6f828b331
domoticz: fix build and add test.sh
...
boost::asio::post() without an explicit executor fails to compile with
Boost >= 1.82 due to changes in the executor model: bare lambdas no
longer have an implicit system executor that satisfies the
blocking.never requirement.
Pass io_context_ explicitly as the first argument so the handler is
dispatched on the correct io_context thread, which is the original
intent of the call (making stop() safe to call from any thread).
Add test.sh
domoticz is a daemon requiring a database and network port; it does not
implement a --version flag. Verify the binary is present and executable.
Disable LTO to fix link failure on i386 with musl fortify
Suggested via https://github.com/openwrt/packages/pull/29239
Also tested.
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro >
2026-05-03 20:59:28 +03:00
..
2026-03-15 09:15:43 +02:00
2025-12-31 09:12:36 +02:00
2026-02-06 11:28:50 +02:00
2026-04-27 11:48:13 +02:00
2026-04-05 15:10:34 +02:00
2026-04-30 19:40:38 +02:00
2026-03-29 09:00:28 +03:00
2026-01-18 07:19:05 +02:00
2026-04-16 21:48:36 +03:00
2026-04-03 22:24:03 +03:00
2026-05-01 21:01:30 +03:00
2026-02-15 10:33:55 +02:00
2026-04-16 21:48:36 +03:00
2026-04-04 18:27:26 +03:00
2026-03-14 18:00:29 +00:00
2026-03-14 01:53:21 +08:00
2026-03-29 09:00:28 +03:00
2026-02-23 16:49:58 -07:00
2026-02-23 16:49:58 -07:00
2026-04-11 09:50:22 +03:00
2026-04-25 08:39:01 +03:00
2025-12-31 09:12:36 +02:00
2026-01-18 07:19:37 +02:00
2025-12-31 09:12:36 +02:00
2025-12-31 09:12:36 +02:00
2026-05-01 21:01:30 +03:00
2025-12-31 09:12:36 +02:00
2026-04-25 08:39:01 +03:00
2026-01-29 18:26:05 +02:00
2026-04-25 08:39:01 +03:00
2026-05-03 20:59:28 +03:00
2026-02-08 17:20:18 +08:00
2025-12-31 09:12:36 +02:00
2026-04-16 21:48:36 +03:00
2026-04-16 21:48:36 +03:00
2026-01-04 13:26:24 +02:00
2026-04-16 21:48:36 +03:00
2026-04-16 21:48:36 +03:00
2026-01-09 10:53:18 +01:00
2026-04-02 08:34:03 +02:00
2025-12-31 09:12:36 +02:00
2025-12-31 09:12:36 +02:00
2026-03-02 13:36:30 +01:00
2026-04-16 21:48:36 +03:00
2026-04-16 21:48:36 +03:00
2026-04-16 21:48:36 +03:00
2026-04-16 21:48:36 +03:00
2026-03-19 12:45:33 +02:00
2025-12-31 09:12:36 +02:00
2026-03-15 11:39:55 +02:00
2026-03-18 07:36:21 +01:00
2026-03-18 07:37:50 +01:00
2026-01-25 15:27:22 +02:00
2026-04-16 21:48:36 +03:00
2025-12-31 09:12:36 +02:00
2026-03-09 12:03:55 +01:00
2026-04-16 21:48:36 +03:00
2026-02-10 09:42:01 +02:00
2026-04-12 16:07:51 +03:00
2026-04-16 21:48:36 +03:00
2026-04-16 21:48:36 +03:00
2026-02-21 17:48:48 +02:00
2026-03-15 09:12:26 +02:00
2026-03-15 09:22:38 +02:00
2026-01-21 18:54:04 +01:00
2026-03-23 10:54:30 +02:00
2026-03-01 08:49:21 +02:00
2026-04-08 18:59:06 +03:00
2026-03-15 15:52:45 +02:00
2026-04-16 21:48:36 +03:00
2025-12-31 09:12:36 +02:00
2025-12-31 09:12:36 +02:00
2026-04-10 16:28:07 +03:00
2026-03-11 12:11:52 +01:00
2026-04-16 21:48:36 +03:00
2026-04-27 08:28:16 +03:00
2026-02-03 12:14:37 +02:00
2026-04-16 21:48:36 +03:00
2025-12-31 09:12:36 +02:00
2025-12-31 09:12:36 +02:00
2026-04-16 21:48:36 +03:00
2026-01-09 10:53:29 +01:00
2026-04-16 21:48:36 +03:00
2026-04-25 08:39:01 +03:00
2026-05-03 08:14:01 +02:00
2026-05-01 21:01:30 +03:00
2026-05-01 21:01:30 +03:00
2026-04-04 06:36:47 +03:00
2026-04-16 21:48:36 +03:00
2026-04-16 21:48:36 +03:00
2026-03-14 01:53:21 +08:00
2026-03-12 13:09:28 +02:00
2026-03-29 09:00:28 +03:00
2026-04-16 21:48:36 +03:00
2026-04-12 19:15:32 +03:00
2026-03-27 16:32:53 +02:00
2026-04-16 21:48:36 +03:00
2026-04-24 21:00:15 +03:00
2026-04-16 21:48:36 +03:00
2026-02-03 12:12:44 +02:00
2025-12-31 09:12:36 +02:00
2026-04-29 08:41:42 +02:00
2026-03-18 07:33:03 +01:00
2026-03-11 12:11:52 +01:00
2026-04-16 21:48:36 +03:00
2026-04-11 09:13:01 +03:00
2026-04-16 21:48:36 +03:00
2026-04-16 21:48:36 +03:00
2026-04-14 10:41:35 +08:00
2026-04-28 08:15:21 +03:00
2026-05-01 21:01:30 +03:00