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: don't override AGENT_TOOLSDIRECTORY if it's not needed #564

Closed

Commits on Dec 11, 2022

  1. fix: don't override AGENT_TOOLSDIRECTORY if it's not needed

    `AGENT_TOOLSDIRECTORY` is always overriden on macOS.
    This seems to be needed because CPython < 3.11 x64 builds are not relocatable.
    It means this is not needed for PyPy and also not needed when targetting macOS arm64 runners.
    mayeut committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    21aa270 View commit details
    Browse the repository at this point in the history