commit | e6d46024496925c52966753fea1e021bf506040d | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon Sep 15 08:27:57 2025 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Sep 15 17:39:10 2025 +0000 |
tree | 777d6bfe4544504c0f292d40d42eba29d1c200d7 | |
parent | 4ce45656f5894a4ae5c048e0753a04b5ab10cae2 [diff] |
build-qemu-robot-docker.sh: update to plucky The previous version has gone EOL Change-Id: Ic9522129e17a6359a49b7720f10a7b5229163c3e 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.