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