Skip to content

testing/nushell: disable dataframe feature

nibon7 requested to merge (removed):nushell into master

The dataframe feature depends on polars, which consumes a lot of memory and time to build. Enabling both LTO and dataframe feature may cause CI build to fail due to out of memory.

https://github.com/pola-rs/polars/issues/847

Edited by nibon7

Merge request reports