commit | 920602f5f89b7aeeb7fd31dc77c768f1149cc1f2 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Wed May 14 09:55:01 2025 +0000 |
committer | Lei YU <yulei.sh@bytedance.com> | Wed May 14 09:55:01 2025 +0000 |
tree | e84db9c7f2cef25f62e0072a10f2fbcc287ddf93 | |
parent | ae30d81c2a9380c33bba7fad5292a2f6f997bd4c [diff] |
Fix host-interface.hpp build error Repo CI gives below error: ``` ../host-interface.hpp:53:23: error: private field 'bus' is not used [-Werror,-Wunused-private-field] 53 | sdbusplus::bus_t& bus; ``` Fix it by removing the unused field. Change-Id: Idf2c4c2581e79809397cc7327472061432ad9aff Signed-off-by: Lei YU <yulei.sh@bytedance.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