ci: selective builds and flake checks

This commit is contained in:
Callum Leslie 2025-09-10 13:58:28 +01:00
parent acf1a07132
commit d284b8ae4d
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
5 changed files with 98 additions and 1 deletions

3
tools/changed_packages.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env sh
grep '^pkgs/' | cut -d'/' -f2 | cut -d'.' -f1 | sort -u | jq -R '{"package": .}' | jq -sc '{"include": .}'