google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
7.1k stars 2.07k forks source link

Fix Windows Clang-CL build with Bazel@HEAD #1131

Closed meteorcloudy closed 2 months ago

meteorcloudy commented 2 months ago

With WORKSPACE being disabled at HEAD, all dependencies must be specified in MODULE.bazel

Fixing https://github.com/google/glog/issues/1127

drigz commented 2 months ago

Thank you for the PR!

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.03%. Comparing base (b3b9eb9) to head (5606652).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1131 +/- ## ======================================= Coverage 64.03% 64.03% ======================================= Files 20 20 Lines 2580 2580 Branches 889 898 +9 ======================================= Hits 1652 1652 Misses 663 663 Partials 265 265 ```