From a4a5a1d603056e3bae016323b4064a7e5206aa3a Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Thu, 15 Oct 2020 16:33:51 +0100 Subject: [PATCH] add todo Signed-off-by: Ryan Northey --- docs/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ],