Skip to content

Commit d5dda17

Browse files
committed
some more incompatible/legacy removal
1 parent 5ab6f76 commit d5dda17

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ common --incompatible_strict_action_env
109109
# Enabled for the experimental JetBrains bazel plugin
110110
common --incompatible_struct_has_no_methods
111111
common --incompatible_use_plus_in_repo_names
112+
common --incompatible_use_host_features
112113

113114

114115
build --@curl//:use_mbedtls=true
@@ -149,3 +150,6 @@ common:macos --force_pic
149150
# startup --output_user_root=f:/b/u
150151
try-import %workspace%/../top.bazelrc
151152

153+
154+
common --modify_execution_info=CppCompile=+supports-path-mapping
155+
common --legacy_important_outputs=false

x/x.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)