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

Fix PPC64 page size in binary builds. #7298

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Commits on Sep 11, 2024

  1. Fix PPC64 page size in binary builds.

    ## Summary
    
    Add maturin build flag to set 64kb page size on PPC64 and PPC64LE
    architectures. Not aware of modern systems that use 4kb pages.
    
    Resolves astral-sh#6528
    
    # Please enter the commit message for your changes. Lines starting
    # with '#' will be kept; you may remove them yourself if you want to.
    # An empty message aborts the commit.
    #
    # Author:    Tom <[email protected]>
    # Date:      Wed Sep 11 11:10:13 2024 -0400
    #
    # On branch main
    # Your branch and 'origin/main' have diverged,
    # and have 1 and 2 different commits each, respectively.
    #   (use "git pull" to merge the remote branch into yours)
    #
    # Changes to be committed:
    #	modified:   build-binaries.yml
    #
    tom-miller1 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a78a365 View commit details
    Browse the repository at this point in the history