File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ common --incompatible_strict_action_env
109109# Enabled for the experimental JetBrains bazel plugin
110110common --incompatible_struct_has_no_methods
111111common --incompatible_use_plus_in_repo_names
112+ common --incompatible_use_host_features
112113
113114
114115build --@curl//:use_mbedtls=true
@@ -149,3 +150,6 @@ common:macos --force_pic
149150# startup --output_user_root=f:/b/u
150151try-import %workspace%/../top.bazelrc
151152
153+
154+ common --modify_execution_info=CppCompile=+supports-path-mapping
155+ common --legacy_important_outputs=false
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ int main1()
451451
452452 printf (" starting...\n " );
453453 proxy_thread proxy (" 127.0.0.1:43170" , opentelemetry::exporter::otlp::GetOtlpDefaultGrpcEndpoint ());
454- proxy.proxy ->SetActive (false );
454+ // proxy.proxy->SetActive(false);
455455 printf (" started...\n " );
456456
457457 {
You can’t perform that action at this time.
0 commit comments