Skip to content
Snippets Groups Projects
Commit 6e3252e4 authored by Oliver Smith's avatar Oliver Smith
Browse files

CI: disable crossdirect for now (!301)

Disable it, until more bugs are ironed out (see pmaports issues,
everything related to crossdirect that is still open). Will be enabled
again soon.
parent 8a22cce6
Branches
No related tags found
No related merge requests found
Pipeline #191037 passed
......@@ -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", "build", "--strict", "--force"] +
list(packages))
run_pmbootstrap(["--details-to-stdout", "--no-crossdirect", "build",
"--strict", "--force"] + list(packages))
if __name__ == "__main__":
......
  • Administrator @root

    mentioned in commit 1031ff82

    By Oliver Smith on 2019-04-14T02:13:05

    · Imported

    mentioned in commit 1031ff82

    By Oliver Smith on 2019-04-14T02:13:05

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment