commit | 7abdc41f4523f9b743bd45f79c6b0a8dd7160d1d | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Jul 30 09:03:58 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 13 16:29:32 2025 +0000 |
tree | 8c108748beffe43a884ef5003cd4fd2f6643bc43 | |
parent | 3dc37e6ec0d0ddd68dc2a2287b88357fa3686cc6 [diff] |
build-seed: add evb-npcm845 and remove stale systems Change-Id: Ic81415b670f37748696dda48a80a57425323a9fd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Build script for CI jobs in Jenkins.
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.