Skip to content

Commit

Permalink
docs/
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Oct 15, 2020
1 parent 1578721 commit ce06ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ filegroup(
exclude = [
# 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",
],
) + select({
"//bazel:windows_x86_64": [],
"//conditions:default": [
"root/configuration/http/http_filters/_include/dns-cache-circuit-breaker.yaml",
"root/intro/arch_overview/security/_include/ssl.yaml",
],
}),
)

0 comments on commit ce06ed6

Please sign in to comment.