urbdyn / rules_fish

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

Add Windows support #10

Open Matthew-Benson opened 1 month ago

Matthew-Benson commented 1 month ago

This is partially scaffolded out, but there's a long way to go. This would be a big win and improve hermetacity vs writing system bash and powershell/cmd for genrules that need to support windows and scripts that need to be OS independent.

Today, Fish for windows requires Cygwin. See https://fishshell.com/ for details. This may change for the Rust build of Fish and that may be much easier to support.