You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update mesa to 26.2.0
* Update cloudflared to 2026.7.3
* Update crane to 0.21.9
* Update uv to 0.12.2
* Update grafana to 13.1.2
* Update grype to 0.116.1
* Update pulumi to 3.256.0
* Update vim to 9.2.0914
* Update zola to 0.23.1
* grafana: 13 ships one binary — drop the removed grafana-server / grafana-cli
The 12.4.3 -> 13.1.2 bump in this bundle fails to build on BOTH arches:
+ install -m 755 bin/grafana-server /build/output/usr/bin/grafana-server
install: cannot stat 'bin/grafana-server': No such file or directory
Upstream removed them. Verified by listing both tarballs:
12.4.3 bin/grafana 462,138,731
bin/grafana-server 2,557,169
bin/grafana-cli 2,557,169
13.1.2 bin/grafana 511,622,560 <- the only bin
The two 12.x extras are byte-identical in SIZE — the same forwarder shipped
twice — i.e. they were already shims for the `grafana server` / `grafana cli`
subcommands, long deprecated. Grafana 13 finished the job.
So this is not a packaging error, and not a bad sha: upstream changed which
binaries the artifact ships. A version check cannot see that; only a build can.
Dropped rather than re-created as local shims: nothing else in pkgs referenced
either name (grepped *.ncl/*.sh/*.toml — the only hits were grafana's own
build.sh and its outputs block, both fixed here).
## Tests
The package had NONE. Added two, because "upstream changed which binaries the
tarball ships" is exactly the class that hid here and the class that will
recur:
- smoketest — `grafana --version`
- subcommands_replace_the_dropped_bins — asserts `grafana server --help` and
`grafana cli --help` both work, so "we dropped two bins" can never quietly
become "we dropped the functionality"
Mutation-verified: pointing the second test at a nonexistent subcommand turns
the suite red (`standalone tests...Fail`), so it can fail for the reason it
exists.
Built and checked on both the fixed and mutated trees: 15/15 Pass.
---------
Co-authored-by: gominimal-pkgmgr-mgr[bot] <285843623+gominimal-pkgmgr-mgr[bot]@users.noreply.github.com>
Co-authored-by: bryan <bryan@minimal.dev>
0 commit comments