-
Notifications
You must be signed in to change notification settings - Fork 210
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
fix: add jemalloc env var page setting to release build #2937
base: main
Are you sure you want to change the base?
Conversation
CI failure are unrelated to this PR |
@anjos would you be able to try the artifact in: https://github.com/prefix-dev/pixi/actions/runs/12830982904/artifacts/2447346139 My Pi is not at the office ;) |
Sure, just give me a minute... |
Sorry, that does not work: ./pixi-new --help
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
memory allocation of 56 bytes failed
fish: Job 1, './pixi-new --help' terminated by signal SIGABRT (Abort) BTW, the link above was for linux x86_64, however I managed to get the right one for linux + aarch64. |
@anjos I'll try to debug this on my own PI later. Thanks for trying! |
It was related to a typo so it wasn't build with the change yet. If you want you can try the result of this run when it's done: https://github.com/prefix-dev/pixi/actions/runs/12832606818 |
Great job - it works with that later artefact: $ ./pixi-new info
System
------------
Pixi version: 0.40.2
Platform: linux-aarch64
Virtual packages: __unix=0=0
: __linux=6.6.62=0
: __glibc=2.36=0
: __archspec=1=cortex_a72
Cache dir: /home/andre/.cache/rattler/cache
Auth storage: /home/andre/.rattler/credentials.json
Config locations: /home/andre/.config/pixi/config.toml
Global
------------
Bin dir: /home/andre/.local/share/pixi/bin
Environment dir: /home/andre/.local/share/pixi/envs
Manifest dir: /home/andre/.config/pixi/manifests/pixi-global.toml |
fixes #2936
I've made this branch on the org to test the release scripts
Tested by running the artifacts from: https://github.com/prefix-dev/pixi/actions/runs/12832606818