commit | 17ba876ce3c909ffbfcc7bf270f75829579ff4c1 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 10:43:24 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 28 03:43:25 2024 -0600 |
tree | f2d1a26dab0492b5a941ec2f23db8cece977ba7d | |
parent | 109e9948e23279e5821572c7806bf5a845b2283b [diff] |
clang-tidy: Enable bugprone-narrowing-conversions Modified code to address issues flagged by this check. Tested: Build and unit tests passed successfully. Change-Id: Idd5e3701725a833324535d29f0bfffb3ba180e88 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
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