CI: enable crossdirect again

All bugs should be ironed out now. Let's get some more testing by
enabling crossdirect in CI again. The crossdirect feature is still only
in pmbootstrap master, not in the latest pmbootstrap release. But if it
works without problems for some time, we're ready to make a release.

This reverts commit 6e3252e401.
This commit is contained in:
Oliver Smith 2019-04-14 04:11:01 +02:00
parent 2c07f28419
commit 1031ff82a6
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -117,8 +117,8 @@ def get_changed_packages():
def check_build(packages):
# Initialize build environment with less logging
run_pmbootstrap(["build_init"])
run_pmbootstrap(["--details-to-stdout", "--no-crossdirect", "build",
"--strict", "--force"] + list(packages))
run_pmbootstrap(["--details-to-stdout", "build", "--strict", "--force"] +
list(packages))
if __name__ == "__main__":