commit | 363af249c90584b919c73edc0efbf08b5b977acd | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Fri Jul 16 17:52:36 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Fri Jul 16 17:52:36 2021 +0800 |
tree | a178a7fb32ed7fd0f271c21e8c5fa383fbb0d56c | |
parent | 858fbb2ee4f0d145de9ae0920fca2513653910ec [diff] |
Fix wrong fmt::format strings If the `openpower-dumps-extension` enabled, found the wrong fmt::format strings, and CI failed. Tested: enabled `openpower-dumps-extension` and built phosphor-debug-collector successfully. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I9cfc4966658d611b5e9be48a1a5e6e3e3def63f0
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test