pixi run py-test
fails with undefined reference to
memfd_create'`
#6852
Labels
🧑💻 dev experience
developer experience (excluding CI)
🦟 regression
A thing that used to work in an earlier release
When I try running:
pixi run py-test
, I end up with a huge link failure ending with:Happens on linux (arch).
This is basically another version of: #5182
We need to keep the environments that have to build
rerun-cli
separate from the environments that build the cpp libraries.The text was updated successfully, but these errors were encountered: