Skip to content

Commit db38b59

Browse files
derekmaurocopybara-github
authored andcommitted
Rollback 9756ee7
The commit breaks some bazel commands without @fuchsia_sdk being listed as a dependency. Fixes #4472 PiperOrigin-RevId: 609057667 Change-Id: I32ea8237862d7c10add55304ecc4547a7304ce36
1 parent 5df0241 commit db38b59

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

BUILD.bazel

-17
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ config_setting(
5656
constraint_values = ["@platforms//os:openbsd"],
5757
)
5858

59-
# NOTE: Fuchsia is not an officially supported platform.
60-
config_setting(
61-
name = "fuchsia",
62-
constraint_values = ["@platforms//os:fuchsia"],
63-
)
64-
6559
config_setting(
6660
name = "msvc_compiler",
6761
flag_values = {
@@ -153,17 +147,6 @@ cc_library(
153147
"@com_googlesource_code_re2//:re2",
154148
],
155149
"//conditions:default": [],
156-
}) + select({
157-
# `gtest-death-test.cc` has `EXPECT_DEATH` that spawns a process,
158-
# expects it to crash and inspects its logs with the given matcher,
159-
# so that's why these libraries are needed.
160-
# Otherwise, builds targeting Fuchsia would fail to compile.
161-
":fuchsia": [
162-
"@fuchsia_sdk//pkg/fdio",
163-
"@fuchsia_sdk//pkg/syslog",
164-
"@fuchsia_sdk//pkg/zx",
165-
],
166-
"//conditions:default": [],
167150
}),
168151
)
169152

0 commit comments

Comments
 (0)