rules-template icon indicating copy to clipboard operation
rules-template copied to clipboard

Buildifier check issue on Windows

Open aherrmann opened this issue 2 years ago • 1 comments

There seems to be an issue with the buildifier check on Windows CI.

The error is the following

ERROR: D:/a/rules-template/rules-template/.github/workflows/BUILD.bazel:3:11: While resolving toolchains for target //.github/workflows:buildifier.check: No matching toolchains found for types @buildifier_prebuilt~6.1.0//buildifier:toolchain.

The first occurrence seems to have been here

aherrmann avatar Jul 06 '23 10:07 aherrmann

buildifier_prebuilt 6.1.2 now supports Windows, bumping the version should fix it. See #87.

GZGavinZhao avatar Aug 08 '23 14:08 GZGavinZhao