Skip to content
Snippets Groups Projects
Verified Commit 83d6a262 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

pmb.config: add the full hexdump to the list of installed build packages (MR 2454)

This works around https://gitlab.postmarketos.org/postmarketOS/
pmaports/-/issues/3268, by always installing hexdump when building
packages. The full hexdump is small (like 80KB), and even though this
isn't required in most situations it seems like the best of a group
of bad workarounds, until upstream/busybox fix the bug in the pmaports
issue.
parent 6066772c
No related branches found
No related tags found
1 merge request!2454pmb.config: add the full hexdump to the list of installed build packages
Pipeline #208858 passed
......@@ -211,7 +211,11 @@ chroot_outdated = 3600 * 24 * 2
# for the first time
# IMPORTANT: the order here matters, it is the order these packages will
# be built in (if needed). abuild must be first!
build_packages = ["abuild", "apk-tools", "build-base", "ccache", "git"]
#
# NOTE: full hexdump is installed to workaround a bug in busybox,
# see https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3268. This can be
# reverted when the bug is properly fixed.
build_packages = ["abuild", "apk-tools", "build-base", "ccache", "git", "hexdump"]
#
# PARSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment