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

Exclude packages when building MacOS distribution #50

Merged
merged 4 commits into from
Aug 30, 2021

Conversation

atsareg
Copy link
Contributor

@atsareg atsareg commented Aug 25, 2021

BEGINRELEASENOTES

FIX: excludes several packages from building the MacOS distribution
CHANGE: add MacOS platforms for the building process

ENDRELEASENOTES

@@ -20,6 +20,8 @@
"linux-64": "Linux-x86_64",
"linux-aarch64": "Linux-aarch64",
"linux-ppc64le": "Linux-ppc64le",
"osx-64": "Darwin-x86_64",
"osx-arm64": "Darwin-arm64"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"osx-arm64": "Darwin-arm64"
# "osx-arm64": "Darwin-arm64"

@@ -22,7 +22,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
target_arch: ["linux-64", "linux-aarch64", "linux-ppc64le"]
target_arch: ["linux-64", "linux-aarch64", "linux-ppc64le", "osx-arm64", "osx-64"]
Copy link
Member

Choose a reason for hiding this comment

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

Looks like I'll have to take a look at arm64 but we can add just intel macs for now:

Suggested change
target_arch: ["linux-64", "linux-aarch64", "linux-ppc64le", "osx-arm64", "osx-64"]
target_arch: ["linux-64", "linux-aarch64", "linux-ppc64le", "osx-64"]

@chrisburr chrisburr merged commit bd7287d into DIRACGrid:main Aug 30, 2021
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.

2 participants