Since #612 we test more stuff on Windows, we don't test everything though. //test/rustfmt is currently disabled in .bazelci/presubmit.yml.
Feel free to comment on this issue if you want to know more or you want to give it a shot. We are happy to talk or help :)
How to fix when you don't have a Windows machine:
- delete the line with
- "-//test/rustfmt/..."
- upload a draft PR
- see the CI failure
- try to fix it
How to fix when you do have a Windows machine:
- Try to repro the failure localy
- Fix it
- upload the PR :)
Since #612 we test more stuff on Windows, we don't test everything though. //test/rustfmt is currently disabled in .bazelci/presubmit.yml.
Feel free to comment on this issue if you want to know more or you want to give it a shot. We are happy to talk or help :)
How to fix when you don't have a Windows machine:
- "-//test/rustfmt/..."How to fix when you do have a Windows machine: