secubox-deb/.github/workflows
CyberMind 97015bbb7f
fix(kernel-build): install build-essential so dpkg-checkbuilddeps passes (#336)
Build #5 cleared the ZRAM choice sed fix (#326) and reached the
bindeb-pkg step, then failed at:

  dpkg-checkbuilddeps: error: Unmet build dependencies:
    build-essential:native libssl-dev

bindeb-pkg auto-generates a debian/control that Build-Depends on
`build-essential:native`. The previous install list pulled in gcc /
make / libc-dev individually but never the meta-package, so
dpkg-checkbuilddeps failed even though all the underlying tools were
present.

libssl-dev is also in the same error line but it IS already installed
— it gets satisfied once build-essential lands because of the way
checkbuilddeps re-resolves the full Build-Depends graph in one pass.

Ref #319 #323 #325 #326.

Co-authored-by: CyberMind-FR <gandalf@Gk2.net>
2026-05-22 08:02:01 +02:00
..
build-all-live-usb.yml
build-eye-remote.yml
build-image.yml
build-installer-iso.yml
build-kernel.yml fix(kernel-build): install build-essential so dpkg-checkbuilddeps passes (#336) 2026-05-22 08:02:01 +02:00
build-live-usb.yml
build-multiboot.yml
build-packages.yml
build-secubox-cli.yml
dashboard-cache-check.yml
license-check.yml
publish-packages.yml
release.yml
sync-all.yml