bazel-latex
bazel-latex copied to clipboard
Add a Windows toolchain
This needs a bit more work - at least the BUILD file generated for the bin repo needs to look for .exe files, and same goes when creating the toolchain. I'll try to finish that tomorrow.
And now this fails as Bazel doesn't support sandboxing on Windows (I get similar failures when using --spawn_strategy=standalone on Linux - parts of it are easy to solve, some are a bit more tricky, from a quick look). This isn't a priority for now anyway, I'll just disable Windows on CI.