Clone this repo:
  1. a0cb598 qemu-build.sh: Allow WORKSPACE to be anywhere while building by James Athappilly · 3 days ago master
  2. ecd354d userid-validation: add scaleway by Andrew Geissler · 3 days ago
  3. 927ded2 build-setup.sh: fix bitbake warnings by Hariharan Rangasamy · 4 days ago
  4. c5f92c9 build-unit-test-docker: update-alternatives for clang-apply-replacements by Patrick Williams · 7 days ago
  5. e31ec4e build-unit-test-docker: clang: update to 21 by Patrick Williams · 4 weeks ago

openbmc-build-scripts

Build script for CI jobs in Jenkins.

Linter policy and related build failures

Formatting linters sometimes change stylistic output across releases. Separately, some linters are not version-pinned in the CI container, as pinning would drive either frequent maintenance with upgrades or stagnation of the code-base against older versions.

The combination may result in inconsistent formatting opinions across CI worker nodes[^1].

If you see such behaviour consider changing the thing to force a container refresh.

[^1]: The collection of container builds across all worker nodes may not hold a consistent set of tool versions despite being built from the same specification: The inconsistencies emerge from the cadence of upstream tool package updates beating against the cadence of container rebuilds on the worker nodes.