docs(ci): annotate base runner labels on all four workflows #27
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/UMBRA-16-annotate-base-runner-labels"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every
runs-onin this repo requestedRUNS_ON_OPENSUSE_BASE_LATESTwith no rationale at the label, which makes a deliberate base label indistinguishable from an unaudited one. A fleet sweep readcheck.ymlas a defect for exactly that reason: its rationale lived in the file header, 19 lines aboveruns-on.Add a one-line
# base label:comment directly above each of the fourruns-onlines, in the style the sibling repos use.check.ymlnames the rust-builder-glibc job container as the source of the C toolchain, libudev and the eframe X11/Wayland/OpenGL/fontconfig libraries; the two build-binary workflows namedocker buildxand their Dockerfiles;create-release.ymlstates that it compiles nothing. No runner label, container image tag, or build step changes.#UMBRA-16