Commit Graph

5 Commits

Author SHA1 Message Date
27943a53b0 ci: explicitly fetch PR base SHA before diff 2026-05-18 18:31:14 +00:00
45b9cd2bc1 runner: mkdir etc/nix (was etc/) so config write succeeds 2026-05-18 18:25:39 +00:00
4890e7a953 ci: nodejs in job image, fetch-depth=0 for base diff 2026-05-18 18:23:59 +00:00
623fe57683 runner: reproducible nix-built job image + compose-based act_runner 2026-05-18 10:13:17 +00:00
f8a041f5b7 cargoxx-pkgs registry skeleton
Empty package registry for cargoxx. flake.nix walks
recipes/<name>/versions/*.toml, exposes each (name, version) as
packages.<system>.{<name>_<safe_ver>, <name>}, and builds via
cargoxx.lib.${system}.buildCppPackage with pkgs.fetchgit.

.gitea/workflows/validate-pr.yml validates schema, refetches and verifies
source sha256, smoke-builds, pushes $out to the binary cache, and labels
auto-merge once the PR author is in maintainers.txt.

.gitea/workflows/auto-merge.yml merges via tea on the auto-merge label.
2026-05-17 20:56:16 +00:00