Commit Graph

4 Commits

Author SHA1 Message Date
Sergiu Deitsch 2dcc72c684 Update Bazel dependencies
Change-Id: I99168221fb229a7c7a41e5e1e0c269d655917e05
2025-06-09 09:10:28 -07:00
Sameer Agarwal a3fd8ec461 Add a module statement to MODULE.bazel
Change-Id: I504517b5d582c4ce4a538761c41a6ccae6ec9305
2025-05-07 07:43:41 -07:00
Sameer Agarwal 6aa7df9650 Reduce the minimum required version of Abseil
1. The required version of Abseil is now 20240116.0 instead of 20240116.2.
   This was an oversight. Thanks to @NeroBurner for pointing this out.
   Both CMake and Bazel builds are updated.

2. Unbreak the Bazel build which had become stale.

Change-Id: I274bbad2f94f7710387f9693de9c66b035758970
2024-09-09 08:48:58 -07:00
Sameer Agarwal 0a53aa9054 Take abseil as a dependency
1. Add abseil-cpp as a submodule. We are tracking the latest LTS
release, which is lts_2024_01_16.
2. Replace glog/gflags with absl::log and absl::flags.
3. Remove miniglog
4. Also take a whack at making the bazel build work with
   abseil-cpp and gtest.

There are a number of TODOs in this CL that still need to be resolved.

Change-Id: I39355ed7d61375be4ebcbc8596d9cc70acc1c678
2024-07-18 00:24:49 -07:00