From 5a4a2dfcf10bc9b71be2c9e04ee352f745af297a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 30 Jun 2021 16:00:42 +0300 Subject: [PATCH] remove non-required options from .bazelrc --- .bazelrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 889a983..f396901 100644 --- a/.bazelrc +++ b/.bazelrc @@ -2,6 +2,7 @@ build --verbose_failures test --sandbox_default_allow_network=false test --test_output=errors build --worker_sandboxing + build --incompatible_enable_cc_toolchain_resolution -build --incompatible_use_cc_configure_from_rules_cc -build --incompatible_use_platforms_repo_for_constraints +#build --incompatible_use_cc_configure_from_rules_cc +#build --incompatible_use_platforms_repo_for_constraints