aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
AgeCommit message (Collapse)Author
2026-06-24internal/rosa/package/firmware: 20260519 to 20260622Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-24internal/rosa/package/vim: 9.2.0461 to 9.2.0707Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-24internal/rosa/package/python: setuptools-scm 10.0.5 to 10.1.2Ophestra
All in-between releases are broken. Not sure how that happened. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-24internal/rosa/package/python: vcs-versioning 1.1.1 to 2.1.1Ophestra
The environment variable changed for this package only, did not appear to affect other packages. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-24internal/rosa/package/libarchive: 3.8.7 to 3.8.8Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-23internal/rosa/package/x: xkeyboard-config 2.47 to 2.48Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-23internal/rosa/package/libffi: 3.5.2 to 3.6.0Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-22internal/rosa/package/qemu: disable netdev-socket testOphestra
This fails with ipv6 disabled. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-22internal/rosa/package/glib: disable gio suiteOphestra
This fails with ipv6 disabled. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-22internal/rosa/meson: skip specific test suitesOphestra
For disabling specific broken or flaky tests. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-21internal/rosa/package/openssl: disable test_bio_dgramOphestra
This fails when ipv6 is disabled. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/cmake: 4.3.3 to 4.3.4Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/kernel: 6.12.93 to 6.12.94Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/mesa: 26.1.2 to 26.1.3Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/python: pytest 9.1.0 to 9.1.1Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/spirv: spirv-headers 1.4.350.0 to 1.4.350.1Ophestra
This unfortunately does not unblock SPIRV-LLVM-Translator. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/outcome: attempt nscd path-hiding if presentOphestra
This avoids creating the mount point on musl setups which accomplishes nothing and can run into permission problems. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa: read overridden version string from sourceOphestra
This is more correct than the hardcoded string and is generally more robust against relative paths. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/pkg: optionally exempt implementations from cures counterOphestra
This avoids holding up many slots with a long pipeline. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/dist: build hsu separatelyOphestra
This program must be built with cgo disabled, and was missed when migrating build script. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20hst: optionally disable file placementOphestra
This works around stubborn package managers. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17internal/rosa/llvm: 22.1.7 to 22.1.8Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17internal/rosa/package/python: 3.14.5 to 3.14.6Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17internal/rosa/package/util-linux: 2.42.1 to 2.42.2Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17internal/rosa/package/hakurei: 0.4.3 to 0.4.4Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17hst: optionally cover /run/ earlyOphestra
This works around awkward root permissions. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17hst: support ephemeral overlay mountsOphestra
This is useful for reusing a readonly template without autoroot. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/python: respect toolchain optsOphestra
This was missed when migrating the pip helper. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/tamago: 1.26.3 to 1.26.4Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/strace: 6.19 to 7.1Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/nss: 3.124 to 3.125Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/iproute2: 7.0.0 to 7.1.0Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/python: pytest 9.0.3 to 9.1.0Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/gcc: binutils 2.46.0 to 2.46.1Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/kernel: 6.12.92 to 6.12.93Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-10internal/rosa/package/python: add kernel-headersOphestra
Missing kernel headers implicitly disables many useful things. This change also enables PGO and installs symlink, since a rebuild is unavoidable. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-10cmd/mbf: migrate shell to enterOphestra
This reduces duplicate code. This change also adds resolv.conf to the container. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-10internal/rosa: export etc native artifactOphestra
This is useful for external container tooling. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-09internal/rosa: expose supported architecturesOphestra
This information is useful to external tooling and makes a lot more sense in this package than cmd/mbf. This change also fixes non-native artifact resolution during clean. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-09internal/rosa: remove external toolchain referenceOphestra
This should have used toolchain passed as the argument and was mistakenly never changed when migrating to late evaluation. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-08internal/rosa/package/ninja: work around test suite bugOphestra
The test suite hard codes /bin/echo. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-08all: apply modernisersOphestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-08internal/rosa/package/wayland: wayland-protocols 1.48 to 1.49Ophestra
This finally eliminates the backport patch. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-07internal/rosa: access backing storage through fsOphestra
This is more versatile than hardcoding the os.Root implementation. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-07internal/pkg: defer directory permissionsOphestra
This allows creation of directory structures with awkward permission bits. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-07internal/rosa: mirror service via external cacheOphestra
This provides an authenticated implementation of the external cache. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-07internal/pkg: expose measured reader to extern statusOphestra
This is always required by the implementation. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-07internal/pkg: replace outcomes from external cacheOphestra
This is primarily useful for implementing a mirror service. This change also works around the zero-dependency FloodArtifact edge case. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-07internal/pkg: do not hold up cures during status linkOphestra
This is a bunch of string operation and a single syscall. Do not hold up queue here. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-07internal/pkg: check for unclean shutdownOphestra
This avoids running into nasty surprises opening a cache that suffered unclean shutdown due to power loss. All other parts of the cache are not prone to inconsistent state. Signed-off-by: Ophestra <cat@gensokyo.uk>