You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support linux-ppc64le, the code above needs to be modified, and binaries of pixi-pack must be built and published via GitHub releases. Seeing that pixi-pack from conda-forge supports linux-ppc64le, it should be able to build in GitHub Actions for GitHub releases as well.
Could this be implemented? (Would it be helpful for me to draft a PR for this? I can get the code started, but since the issue is related to release engineering, half the work must be done by someone who owns this repo.)
The text was updated successfully, but these errors were encountered:
The option
--create-executable
cannot be used with--platform=linux-ppc64le
.I get the following error:
I see that the list of supported platforms are hard-coded:
pixi-pack/src/pack.rs
Lines 369 to 377 in 1ed7234
In order to support linux-ppc64le, the code above needs to be modified, and binaries of
pixi-pack
must be built and published via GitHub releases. Seeing thatpixi-pack
from conda-forge supports linux-ppc64le, it should be able to build in GitHub Actions for GitHub releases as well.Could this be implemented? (Would it be helpful for me to draft a PR for this? I can get the code started, but since the issue is related to release engineering, half the work must be done by someone who owns this repo.)
The text was updated successfully, but these errors were encountered: