commit | 824ca81f18fb7b2d8d08b814c8aabddc76ba9f7c | [log] [tgz] |
---|---|---|
author | Peter Foley <pefoley@google.com> | Thu Oct 19 16:42:50 2023 -0400 |
committer | Peter Foley <pefoley@google.com> | Tue Oct 24 12:59:26 2023 -0400 |
tree | 8044f35922d178a11c3d5a691eb1cc37b7573aac | |
parent | 0893ca3ce6a9b81615a4616a55d247a2f71958eb [diff] |
subprojects: ignore redirected wrap files We shouldn't have wrap-redirect files committed. Change-Id: I6ae7c14ecc3edf3d9a11f6efd281c005afd7a05a Signed-off-by: Peter Foley <pefoley@google.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