commit | c109f41ac45addbc8e535d584307336c65e5622c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 06:12:57 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 06:14:28 2022 -0600 |
tree | 3dd2d20013e731acb4b404058563e57dd6538cd4 | |
parent | 8ae2fcd1cad309c607671dd83a94aa13cc2fbdc6 [diff] |
meson: set fake language The organization-wide CI currently assumes that every meson-based project is either C or C++ and attempts to run sanitizer options which are only applicable to those languages. This causes the CI to fail on this repository. This repository only uses meson.build as a way to direct scripts for install and requires no compile or language, but set a fake language of 'c' to bypass the CI issues. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifcaefbe75f955df8bc54e5c3ac1aee27ee88f6e5
phosphor-misc is a collection of miscellaneous OpenBMC functions that doesn't really fit anywhere else.
If you have a new function in mind to be hosted in phosphor-misc, it is usually a good idea to mention it on the OpenBMC mailing list before writing any code. There might already be an implementation of the desired function or the community may suggest alternatives.
phosphor-misc patches are reviewed using the Gerrit instance at https://gerrit.openbmc-project.xyz.
Please submit patches to Gerrit. More information on using Gerrit can be found here. https://github.com/openbmc/phosphor-misc is a hosting mirror only and GitHub pull requests are not monitored and will not be accepted.
Patch checklist. Please ensure patches adhere to the following guidelines:
For questions or help please come join us on the mailing list or in IRC.