Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit c05e769

Browse files
committed
Remove symbolize Bazel test
It is broken on Windows CI (#859) in a way that I don't understand.
1 parent b70ea80 commit c05e769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/glog.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs):
211211
# "signalhandler", # Pointless
212212
"stacktrace",
213213
"stl_logging",
214-
"symbolize",
214+
# "symbolize", # Broken
215215
"utilities",
216216
]
217217

0 commit comments

Comments
 (0)