From bdb0899bdf996da826310ea3b4efa3ecad47b34b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 28 Mar 2026 21:45:59 +0200 Subject: Add OpenBSD build VM and dtail package infrastructure Add a QEMU/KVM OpenBSD VM for native compilation of CGo packages (e.g. dtail with DataDog/zstd). The VM is fully automated via expect driving the serial console installer. - packages/buildvm/: setup, provision, start, stop scripts and expect installer - packages/scripts/pkg-dtail-openbsd.sh: multi-binary package with signify signing - packages/Makefile: build VM management and dtail-openbsd target using git archive - frontends/Rexfile: dtail_install task uses custom pkg repo, dtail task enabled Co-Authored-By: Claude Opus 4.6 --- packages/buildvm/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/buildvm/.gitignore (limited to 'packages/buildvm/.gitignore') diff --git a/packages/buildvm/.gitignore b/packages/buildvm/.gitignore new file mode 100644 index 0000000..d036f27 --- /dev/null +++ b/packages/buildvm/.gitignore @@ -0,0 +1,5 @@ +*.qcow2 +*.iso +*.pid +custom-pkg.sec +custom-pkg.pub -- cgit v1.2.3