commit | 7a3831b5ffb55995d2691ac8b2400df8fbba9414 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Jun 21 01:10:49 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Oct 19 16:39:46 2023 -0700 |
tree | c22bf63a8d0cecdc7a535ca95a3bb4e0e6c73ff8 | |
parent | a8a2e5f69e1e584b90caf1cb707e3e31689b11f5 [diff] |
transporthandler: Generic set exception handling This makes it easier to handle errors across multiple command types as they all have common return codes for specific types of failures. Change-Id: I033a171b5fca78a62b52424db970ecfdf7a15e17 Signed-off-by: William A. Kennington III <wak@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