commit | c72f3602e6215f2e6016203bcc2d936ec171c1b0 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Oct 19 03:51:37 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Oct 19 16:41:07 2023 -0700 |
tree | ea7a9a9d185452bb2e0571f353ba5b3f77be2100 | |
parent | 726f2bddd211f9a7071138331c878b7dd6496796 [diff] |
transporthandler: Fix path check Right now, paths for channel names can sometimes conflict if we have an interface whose name is a subset of another interface. This makes the match much more explicit. It also happens to remove the string search completely. Change-Id: Ia3a91e4a04a28d0b76eade2c5e716017c5431e71 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