From 2b4c3202718b40ebbab5cc58762bd8c5e549b74f Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Fri, 24 Jan 2025 02:58:35 -0800 Subject: [PATCH] deps: stop building libcurl docs (#38172) This should be turned off as it's not needed. Ref https://github.com/Homebrew/homebrew-core/pull/205269 Fix #37470 Signed-off-by: Takeshi Yoneda Signed-off-by: Ryan Northey --- bazel/foreign_cc/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel/foreign_cc/BUILD b/bazel/foreign_cc/BUILD index c903af046541..d239d451b8bb 100644 --- a/bazel/foreign_cc/BUILD +++ b/bazel/foreign_cc/BUILD @@ -267,6 +267,7 @@ envoy_cmake( cache_entries = { "BUILD_CURL_EXE": "off", "BUILD_TESTING": "off", + "BUILD_LIBCURL_DOCS": "off", "BUILD_SHARED_LIBS": "off", "CURL_HIDDEN_SYMBOLS": "off", "CURL_USE_LIBSSH2": "off",