Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build manylinux wheels (including aarch64) with Zuul #5386

Merged
merged 1 commit into from
Aug 27, 2020

Commits on Aug 27, 2020

  1. Build manylinux wheels with Zuul

    This adds the Zuul playbooks and role to build manylinux wheels for
    aarch64 and x86_64 (while aarch64 is the primary goal; it's good for
    the overall code to keep it flexible).
    
    It first builds an sdist from the checkout and then builds the wheels
    in the appropriate containers.
    
    Note this adds the jobs in the gate pipeline, which currently responds
    to Pull Requests, and the release pipeline, which responds to pushes
    to refs/tags/.* (see [1]).  Note for results of jobs run against tags
    you will need to find the job directly from
    
     https://zuul.opendev.org/t/pyca/builds
    
    because there is nowhere to report the results as such (it could be
    configured to send an email).
    
    The wheels are published to the wheelhouse/ directory in the Zuul
    logs, which is also listed as an artifact on the build results page.
    
    [1] https://review.opendev.org/748323
    ianw committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    d968c3e View commit details
    Browse the repository at this point in the history