Skip to content
Snippets Groups Projects
Unverified Commit 1cf4803c authored by Oliver Smith's avatar Oliver Smith
Browse files

CI: remove unused common.check_build() (MR 802) (MR 1581)

The function is also present in build_changed_aports.py, and it is only
used there.

(cherry picked from commit a5b75f30)
parent 86a34811
Branches
No related tags found
No related merge requests found
......@@ -190,15 +190,3 @@ def get_changed_packages():
ret.add(os.path.basename(dirname))
return ret
def check_build(packages, verify_only=False):
# Initialize build environment with less logging
run_pmbootstrap(["build_init"])
if verify_only:
run_pmbootstrap(["--details-to-stdout", "checksum", "--verify"] +
list(packages))
else:
run_pmbootstrap(["--details-to-stdout", "build", "--strict",
"--force"] + list(packages))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment