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
# Use jemalloc on linux-aarch64 and linux-ppc64leif [[ "${target_platform}"=="linux-aarch64"||"${target_platform}"=="linux-ppc64le" ]];thenexport JEMALLOC_SYS_WITH_LG_PAGE=16
fi
As of now pixi 0.40.1 on raspberry PI is not usable.
Expected behavior
Well, it should not crash 😆
The text was updated successfully, but these errors were encountered:
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
OS information:
Issue description
This works fine with the previous build (0.40.0), which you can test making a substitution on the above instructions.
Potential solution
I've seen this in the
uv
binary shipped with conda-forge a couple of weeks ago. This has been also reported in the uv repository itself. The solution is rather simple, but needs to be added to the build scripts:As of now pixi 0.40.1 on raspberry PI is not usable.
Expected behavior
Well, it should not crash 😆
The text was updated successfully, but these errors were encountered: