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

lrzip build for osx-arm64 #49158

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipes/lrzip/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 48bd8decb097c1596c9b3777959cd3e332819434ed77a2823e65aa436f1602f9

build:
number: 0
number: 1
skip: True # [osx]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
skip: True # [osx]
skip: True # [osx and x86_64]

Right now it's skipping all osx. If you want to exclude osx-64 but build osx-arm64, you can make this change. Or if you want both, just remove this skip line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh thanks for noticing that @aliciaaevans! I was bumping this because I need osx-arm64 lrzip for some of our other tools to build on osx-arm64. Not sure why it was set to skip osx before - will try removing that!

run_exports:
- {{ pin_subpackage('lrzip', max_pin="x.x") }}
Expand Down Expand Up @@ -50,4 +50,5 @@ about:

extra:
additional-platforms:
- linux-aarch64
- linux-aarch64
- osx-arm64