commit | 37b9f414f5c45af0aaf70480116b9e62c0fa69c1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 15:38:29 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 15:38:29 2022 -0500 |
tree | 23dfebf7a5061d2358991ad15b188eda0bfac7e7 | |
parent | bfd3a17f2ce783fe283ddb884bde9a8f41e30743 [diff] |
OWNERS: switch 'matches' to 'matchers' The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5443b95e89867b1f2892409f4094acb1fef61fad
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