Skip to content
Snippets Groups Projects
Unverified Commit 99b4e924 authored by Pablo Correa Gomez's avatar Pablo Correa Gomez :beach: Committed by Oliver Smith
Browse files

jobs/build_image: do not install lang and musl-locales as extra packages (MR 122)

This is now a dependency of postmarketos-base-ui:
pmaports!6146
parent 22f7c704
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,6 @@ def run(device, branch, ui):
# Iterate over kernels to generate the images, with zap in-between
branch_cfg = bpo.images.config.get_branch_config(device, branch)
arg_extra_packages = ["lang", "musl-locales"]
for kernel in branch_cfg["kernels"]:
# Task and image name, add kernel suffix if having multiple kernels
task_name = get_task_name("img", kernel)
......@@ -106,7 +105,6 @@ def run(device, branch, ui):
pmbootstrap config kernel {arg_kernel}
pmbootstrap config extra_space 0
pmbootstrap config extra_packages {",".join(arg_extra_packages)}
pmbootstrap -q -y zap -p
{pmbootstrap_install} \\
......
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