commit | 37de2e1a10290dc26b35f3b312063b446f2a3c00 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Wed Jan 29 11:49:26 2025 +0300 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Feb 13 15:01:59 2025 +0000 |
tree | b654b2429cdfebbe336cb6dbebe10f6bc5e9722e | |
parent | deeceae31342652158460c502ee02c0b51cdd507 [diff] |
Fix typo in PFail fail log message argument Currently typo in the PFail fail log message prevents argument substitution. Correct typo to fix the issue. Change-Id: I29fcdf954776f98389e78954c943145d59f8661d Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.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