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

M1 conda binaries build support #3013

Merged
merged 26 commits into from
Mar 12, 2024
Merged

M1 conda binaries build support #3013

merged 26 commits into from
Mar 12, 2024

Conversation

udaij12
Copy link
Collaborator

@udaij12 udaij12 commented Mar 11, 2024

adding M1 support in the conda build binaries script

Issue #2555

@udaij12 udaij12 requested a review from agunapal March 11, 2024 23:21
Copy link
Collaborator

@agunapal agunapal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@agunapal agunapal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You just need to add macos-14 in os: [ubuntu-20.04, macOS-latest]

python-version: ["3.8", "3.9", "3.10"]
binaries: ["pypi", "conda"]
exclude:
- os: macos-latest
python-version: 3.8
- os: macos-14
python-version: 3.8, 3.9
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please split these..Doesn't seem like this works

@@ -26,7 +26,15 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup conda with Python ${{ matrix.python-version }}
- name: Setup Conda for M1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will result in duplicate jobs

@udaij12 udaij12 marked this pull request as ready for review March 12, 2024 00:00
Copy link
Collaborator

@agunapal agunapal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Will verify based on tonight's nightly

@agunapal agunapal enabled auto-merge March 12, 2024 00:02
@agunapal agunapal added this pull request to the merge queue Mar 12, 2024
Merged via the queue into master with commit dcca135 Mar 12, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants