CI: remove unused common.check_build() (MR 802)
The function is also present in build_changed_aports.py, and it is only used there.
This commit is contained in:
parent
67c0e167d2
commit
a5b75f3072
1 changed files with 0 additions and 12 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue