diff --git a/docs/BUILD b/docs/BUILD index e22786d95f59..35cb545858b6 100644 --- a/docs/BUILD +++ b/docs/BUILD @@ -17,7 +17,8 @@ filegroup( "root/**/*.pb", ], exclude = [ - # windows: "Error: unable to read file: /etc/ssl/certs/ca-certificates.crt" + # TODO: figure out how to get this working on windows + # "Error: unable to read file: /etc/ssl/certs/ca-certificates.crt" "root/configuration/http/http_filters/_include/dns-cache-circuit-breaker.yaml", "root/intro/arch_overview/security/_include/ssl.yaml", ],