commit | e4b761fe0a9c789c2c8a7147081c138ad9e19268 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 23 11:34:07 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 23 14:34:04 2025 -0400 |
tree | 829e2df8607bd16cd15c265d5ad6105b90deb667 | |
parent | bcc78d3bc7b28384ea6cc4d130e16b718cf73101 [diff] |
build-unit-test-docker: update dependencies to match Yocto Update a number of the dependency packages to ensure they match the version utilized in Yocto. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ida0ef9fea95695c47d0e026ec66fd6d4eb1f53d5
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.