1
0
mirror of https://github.com/ostreedev/ostree.git synced 2026-02-05 09:44:55 +01:00

6 Commits

Author SHA1 Message Date
Etienne Champetier
7309d42b33 ci,Justfile: fix building with the right stream
Part of the `e2e (stream10)` was running stream9.

As `just` doesn't support named parameters yet,
use `STREAM` env var to select between stream9 and stream10
2025-10-10 18:41:13 -04:00
Colin Walters
69e3bf2206 justfile: Add a target to iterate on container unit tests quickly
We need to split these into two container builds probably...
2025-07-22 17:16:39 -04:00
Colin Walters
fcfa641879 tests: Add a test case for etc.transient
This would have caught https://github.com/ostreedev/ostree/issues/3476
2025-07-21 16:36:50 -04:00
Colin Walters
fa72e60fcc build-sys: Move clang-format into justfile
We don't need a build to run it, it's more appropriate
there.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-06-26 17:06:57 -04:00
Colin Walters
f464622946 justfile: Accept args, add build-host shortcuts
Signed-off-by: Colin Walters <walters@verbum.org>
2025-06-25 13:40:19 -04:00
Colin Walters
b909e15ab4 ci: Rework Dockerfile, add Justfile and improved testing
- Move the Dockerfile to the toplevel as a primary dev entrypoint
- The Justfile is intended especially for agentic AI like
  block/goose or Claude Code as an allowlistable-command entrypoint
- Include attempt at incremental build caching, partially defeated
  by autotools
- Add new tests-unit-container that tests ostree-prepare-root in
  a container

Signed-off-by: Colin Walters <walters@verbum.org>
2025-06-04 13:58:27 -04:00