commit | 418d460aac4bdef797fd7aff123ef16dfd78305f | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Nov 25 22:17:03 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Nov 28 03:43:35 2024 -0600 |
tree | 11931ba4df605a9596dbfc508f7c4e78dc1bc026 | |
parent | 316a2277f2a8e4c6e56377538d88cdaa38a9f261 [diff] |
clang-tidy: Enable bugprone-unchecked-optional Modified code to address issues flagged by bugprone-unchecked-optional-access check. Tested: Build and unit tests passed successfully. Change-Id: Icd445afaf827f7c346e44dfe3ce9ba98374e176a 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