conda-forge / pixi-feedstock

A conda-smithy repository for pixi.
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Add arch for arm, ppc64le #2

Closed pavelzw closed 1 year ago

pavelzw commented 1 year ago

Checklist

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

wolfv commented 1 year ago

Thanks @pavelzw :)

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please try to merge or rebase with the base branch to resolve this conflict.

Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug.

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

pavelzw commented 1 year ago

Unfortunately, we depend on ring (among others in rattler -> apple-codesign) which currently does not yet have ppc64le support.

https://github.com/briansmith/ring/pull/1057

❯ cargo tree -i ring
ring v0.16.20
├── apple-codesign v0.22.0
│   └── rattler v0.4.0 (https://github.com/mamba-org/rattler?branch=main#bb834bcc)
│       └── pixi v0.0.5 (/Users/pavel/projects/pixi)
[...]
pavelzw commented 1 year ago

@wolfv this is ready for review now 😅

wolfv commented 1 year ago

AWESOME!