urbdyn / rules_fish

Bazel toolchain rules for Fish shell.
Apache License 2.0
2 stars 0 forks source link

Cmake fish build performance improvement needed #2

Open Matthew-Benson opened 1 month ago

Matthew-Benson commented 1 month ago

Fish's slow Cmake toolchain is causing slow development cycles. Currently it takes me on average roughly 2 minutes for Fish to compile on my desktop. Not sure if cmake cache options can speed things up here? The user experience is not great when you're waiting for long build times, and supporting a binary artifact vs compiling from source may only be available in Fish 3.8+ with their Rust rewrite (will create a follow-up issue for this).

This needs further investigation.