We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc411f commit 81429c4Copy full SHA for 81429c4
BUILD
@@ -173,11 +173,7 @@ otel_cc_library(
173
"api_sdk_includes",
174
"otel_sdk_deps",
175
],
176
-) for (otel_sdk_binary, otel_sdk_config_name) in [
177
- ("otel_sdk_r", ":release"),
178
- ("otel_sdk_d", ":debug"),
179
- ("otel_sdk_rd", ":reldeb"),
180
-]]
+) for otel_sdk_binary in ["otel_sdk_r", "otel_sdk_d", "otel_sdk_rd"]]
181
182
# Convenient alias that selects the appropriate otel_sdk from above
183
alias(
0 commit comments