buildah
buildah copied to clipboard
install: On Debian/Ubuntu, add installation of libbtrfs-dev and libdevmapper-dev
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Adds missing build dependencies on Ubuntu/Debian; without this the build fails.
How to verify it
On a clean Debian install, run the specified command and then run "make" to build buildah.
install.md: Add missing build dependencies (libdevmapper-dev, libbtrfs-dev) on Debian/Ubuntu
A friendly reminder that this PR had no activity for 30 days.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: flouthoc, jelmer
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [flouthoc]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
The btrfs storage driver should be enabled if it's detected (or rather, if its absence is not detected) at build-time, and this would help ensure that it is found.
Whether or not libdevmapper-dev is installed has been steeadfastly ignored since 1.31 and #4832, so including it on the list of packages to install won't change the set of build tags which the Makefile chooses to use in that version or any later version. Any underlying support that might have been enabled was removed outright for 1.36 in #5539.
Remove libdevmapper since this is no longer supported.
Updated to drop libdebmapper-dev.
/lgtm
/override "Debian Conformance w/ vfs"
@nalind: Overrode contexts on behalf of nalind: Debian Conformance w/ vfs
In response to this:
/override "Debian Conformance w/ vfs"
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.