You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/.github/workflows
Tamir Duberstein 8edd97888c
xtask: teach integration-test vm to consume kernel debs directly
Bundle handling of Debian kernel archives into xtask so callers can pipe the
raw `.deb` paths straight into `cargo xtask integration-test vm …`. The driver
now extracts each archive into `<cache>/kernel-archives`, locates the matching
`vmlinuz-*`, `lib/modules/*`, and config files, and feeds those into the
initramfs build without requiring the user to pre-run dpkg/tar. With this in
place we drop `.github/scripts/find_kernels.py`, simplify AGENTS.md/CI
instructions to use `find test/.tmp -name '*.deb'`, remove the gnu-tar and
`xz2` requirements we no longer need, and add `tar` as a workspace dependency
for the extractor.
1 month ago
..
ci.yml xtask: teach integration-test vm to consume kernel debs directly 1 month ago
gen.yml .github: avoid spurious CI failures in forks 2 months ago