Commit Graph

5 Commits

Author SHA1 Message Date
f42469e225 runner: add nodejs to job image; fetch-depth=0 for diff base
Some checks failed
validate-pr / validate (pull_request) Failing after 4s
2026-05-18 17:49:57 +00:00
d02d40dd6b smoke: re-trigger after nodejs added
Some checks failed
validate-pr / validate (pull_request) Failing after 3s
2026-05-18 17:47:30 +00:00
baccfe62a2 smoke: trigger runner
Some checks failed
validate-pr / validate (pull_request) Failing after 7s
2026-05-18 17:40:11 +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