From 5143439f132f64514184b99218f2c3e0ddd4dd4f Mon Sep 17 00:00:00 2001 From: Jamie Snape Date: Sat, 24 Jan 2026 19:18:30 -0500 Subject: [PATCH] Clean up .bazelrc by removing unnecessary flags Removed experimental and legacy flags from .bazelrc. --- .bazelrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bazelrc b/.bazelrc index c6b2766..fb75a7f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -31,10 +31,7 @@ # # -build --experimental_cc_shared_library=true build --force_pic=true -build --incompatible_strict_action_env=true -build --legacy_external_runfiles=false build --remote_upload_local_results=false build --sandbox_default_allow_network=false @@ -47,9 +44,6 @@ build:macos --host_crosstool_top=@local_config_apple_cc//:toolchain common --enable_platform_specific_config=true common --heap_dump_on_oom=true -startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1 - -test --incompatible_exclusive_test_sandboxed=true test --test_verbose_timeout_warnings=true try-import %workspace%/.user.bazelrc