Skip to content

fix(ci): add build-essential to build-deb job in release workflow#87

Merged
levleontiev merged 1 commit intomainfrom
fix/issue-86-build-deb-deps
Apr 2, 2026
Merged

fix(ci): add build-essential to build-deb job in release workflow#87
levleontiev merged 1 commit intomainfrom
fix/issue-86-build-deb-deps

Conversation

@levleontiev
Copy link
Copy Markdown
Contributor

Root cause

The build-deb job failed with:

dpkg-checkbuilddeps: error: Unmet build dependencies: build-essential:native
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting

debian/control declares build-essential as a Build-Depend, but the CI step only installed debhelper devscripts.

Fix

Add build-essential to the sudo apt-get install -y line in the Install build dependencies step.

Closes #86.

Seen in: https://github.com/fairvisor/edge/actions/runs/23904989394

dpkg-buildpackage fails with "Unmet build dependencies: build-essential:native"
because the CI step only installs debhelper and devscripts but not build-essential,
which is required by debian/control.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@levleontiev levleontiev merged commit 3e9aef6 into main Apr 2, 2026
11 checks passed
@levleontiev levleontiev deleted the fix/issue-86-build-deb-deps branch April 2, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(ci): add build-essential to build-deb job in release workflow

2 participants