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

Get cross compiling from pyo3-build-config #718

Closed
wants to merge 8 commits into from

Commits on Dec 6, 2021

  1. Test implementation for pyo3-build-config cross-compiling.

    Ashley Anderson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    042e729 View commit details
    Browse the repository at this point in the history
  2. Update after changing pyo3-build-config to recurse into lib and pypy …

    …subdirs looking for sysconfigdata.
    Ashley Anderson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    0018780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d788c2 View commit details
    Browse the repository at this point in the history
  4. Use feature in cross-compiling test to re-enable Python 3.6.

    Ashley Anderson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    18969d7 View commit details
    Browse the repository at this point in the history
  5. Revert "Use feature in cross-compiling test to re-enable Python 3.6."

    This reverts commit f1880ab.
    Ashley Anderson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    96838d1 View commit details
    Browse the repository at this point in the history
  6. Add pyo3-mixed-legacy crate to test cross-compilation with older pyo3…

    … (for Python 3.6 support).
    Ashley Anderson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    288be07 View commit details
    Browse the repository at this point in the history
  7. Remove last instance of is_cross_compiling.

    Ashley Anderson committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f1462fe View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. cargo update to get latest from expose-cross-compiling branch of pyo3…

    …-build-config.
    Ashley Anderson committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    4d78c31 View commit details
    Browse the repository at this point in the history