commit | e4b6ffde75a6f685fcd5de8ca6649e903858f22f | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Jul 02 09:22:47 2024 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Jul 08 18:23:19 2024 +0000 |
tree | 27fd0ef201e82f91e615ae256a1e1c9e6d2106b5 | |
parent | e808bae0d896d78559f0b37b12e930ca3963f92e [diff] |
OWNERS: Add George Liu as a reviewer I have been actively contributing to openbmc/phosphor-host-ipmid for quite some time now. Attached is a summary of my contributions to the repository [1]. [1]: https://github.com/openbmc/phosphor-host-ipmid/commits?author=lxwinspur Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: If65f0245b5473ced311821cde58f1d60474eadea
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