Skip to content

Rustc requires a greater MACOSX_DEPLOYMENT_TARGET than the lower limit of cibuildwheel #2324

@hadialqattan

Description

@hadialqattan

Description

Rustc requires MACOSX_DEPLOYMENT_TARGET >= 3.12 while cibuildwheel sets the minimum possible MACOSX_DEPLOYMENT_TARGET to 10.9 by default. Which causes building wheels for Intel MacOS to fail if the user didn't manually set MACOSX_DEPLOYMENT_TARGET properly.

ref 0: cibuildwheel/macos.py

ref 1: rustc/src/platform-support/apple-darwin.md

Build log

No response

CI config

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions