From cb67fa44717f584256441d63ef115f5d6f7fb0d8 Mon Sep 17 00:00:00 2001 From: Lizan Zhou Date: Thu, 31 Jan 2019 15:26:09 -0800 Subject: [PATCH] build: not build yaml-cpp tools Signed-off-by: Lizan Zhou --- bazel/foreign_cc/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel/foreign_cc/BUILD b/bazel/foreign_cc/BUILD index 87c4fc3d9de5..d33a80951c61 100644 --- a/bazel/foreign_cc/BUILD +++ b/bazel/foreign_cc/BUILD @@ -58,6 +58,7 @@ cmake_external( name = "yaml", cache_entries = { "YAML_CPP_BUILD_TESTS": "off", + "YAML_CPP_BUILD_TOOLS": "off", "CMAKE_BUILD_TYPE": "RelWithDebInfo", }, cmake_options = ["-GNinja"],