commit | 3e3cc35bd2d2efeee76bafc406d76bdef87c20b6 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Jul 26 15:59:31 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 02 14:41:26 2023 +0800 |
tree | 654cdc1abfc13c1743f0c5a026a7b6708fd74bf9 | |
parent | efb4f6aa876787aaa9d0fed415dfe7e4d114307c [diff] |
Remove is_method_error method Remove the usage of is_method_error()[1], and add try-catch to handle D-Bus exceptions around mapper call. [1]https://github.com/openbmc/sdbusplus/commit/079fb85a398d90800935e3985bb1266a7530a26e#diff-945669e8bd9cab4ecc83a574a732921281b2c79eb8bba65efff11736ad18f92bR237-R240 Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I85192219c1c34cf5fd6c6aca06a8b207d7e06697
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