pixi install
raises thread 'main' has overflowed its stack
when building from source without -r
flag .
#1414
Closed
2 tasks done
Labels
🐞 bug
Something isn't working
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
system: windows 10
here is a demo pixi.toml .
command
Issue description
The toml above work fine with stable release or building from source by
cargo build -r
command.If building from source without
-r
flag, thepixi install
will raisethread 'main' has overflowed its stack
.Expected behavior
I do not have rust background, and can't figure out why this happens. But, this bug doesn't influence most users. Just add
-r
flag to build from source section in readme.md file could prevent others from getting this issue.The text was updated successfully, but these errors were encountered: