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: Make sure wheelmaker uses the default shell env #2477

Merged
merged 4 commits into from
Dec 7, 2024

Commits on Dec 6, 2024

  1. Make sure wheelmaker uses the default shell env

    Clean macOS installs place `python` in `/usr/local/bin`, which is
    not searched by default when calling `actions.run()`. This caused
    builds to fail when they were executing python tools on an
    unmodified macOS host.
    shs96c committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    5f4d268 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Configuration menu
    Copy the full SHA
    e9a87b2 View commit details
    Browse the repository at this point in the history
  2. update changelog

    rickeylev committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    a470797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce7f0c0 View commit details
    Browse the repository at this point in the history