commit | 28378214620fe5b90ba2f8ac93d87c73f6b3c8ff | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Jun 18 10:19:25 2024 -0400 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jul 18 17:27:03 2024 +0000 |
tree | 11daac28d57ee1cbc662617bbdef3d7dfae928d4 | |
parent | b9a3986315168c1e54cffebcbaa4b485d961c56f [diff] |
OWNERS: update Ratan email Looking through the gerrit logs is difficult as it will log lots and lots of these whenever a review in this repo is ongoing: ``` WARN com.googlesource.gerrit.owners.common.AccountsImpl : User 'ratagupt@linux.vnet.ibm.com' does not resolve to any account ``` Change-Id: Iea7e0756fa56194085c958fa368fa52607002319 Signed-off-by: Andrew Geissler <geissonator@yahoo.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