Fix glog problem of no call stack (#4395)

This commit is contained in:
Yuhong Guo
2019-03-18 18:21:21 -07:00
committed by Philipp Moritz
parent 3b141b26cd
commit edb063c3c8
3 changed files with 156 additions and 1 deletions
+2 -1
View File
@@ -28,8 +28,9 @@ git_repository(
tag = "v2.2.2",
)
git_repository(
new_git_repository(
name = "com_github_google_glog",
build_file = "@//bazel:BUILD.glog",
commit = "5c576f78c49b28d89b23fbb1fc80f54c879ec02e",
remote = "https://github.com/google/glog",
)