forked from Mirror/pmbootstrap
Revert "pmb.config: add the full hexdump to the list of installed build packages (MR 2454)"
This should have been fixed as of seven months ago[1], so we should be good
to revert this by now.
This reverts commit 83d6a26291
.
Closes https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2472
[1]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/74494
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2618
This commit is contained in:
parent
e5dfbd9293
commit
3c1699b5c1
1 changed files with 1 additions and 5 deletions
|
@ -220,11 +220,7 @@ 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!
|
||||
#
|
||||
# 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", "pigz"]
|
||||
build_packages = ["abuild", "apk-tools", "build-base", "ccache", "git", "pigz"]
|
||||
|
||||
#
|
||||
# PARSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue