commit | e58eb308e561bcc0ddb6ad9cf479e35b214ab46d | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Jul 03 09:42:21 2025 +0800 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Tue Jul 29 23:14:47 2025 +0000 |
tree | 62cb2036726654425ef8c1c48061b1d660b7e536 | |
parent | 23c868c5a1e6c6ba5d62128f6d01496ec9b5d5ee [diff] |
ipmi_net_fns will be removed in the future Since ipmi_net_fns has been replaced by NetFn in api-types.hpp, this commit is marked and removed on December 31, 2025. Change-Id: I059f96e4fc18f638df6050c8a28b75dfec44d3fa Signed-off-by: George Liu <liuxiwei@ieisystem.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage