bazel-latex icon indicating copy to clipboard operation
bazel-latex copied to clipboard

Add a Windows toolchain

Open Kernald opened this issue 3 years ago • 1 comments

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.

Kernald avatar Oct 08 '22 07:10 Kernald

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.

Kernald avatar Oct 09 '22 04:10 Kernald