Bump abseil-cpp 8ba96a8 -> b832dce (LTS 20200225)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
gflags=2.2.2
|
||||
glog=0.4.0
|
||||
Protobuf=3.11.2
|
||||
abseil-cpp=8ba96a8
|
||||
abseil-cpp=20200225
|
||||
Cbc=2.10.4
|
||||
Cgl=0.60.3
|
||||
Clp=1.17.4
|
||||
|
||||
@@ -37,7 +37,7 @@ protobuf_deps()
|
||||
|
||||
git_repository(
|
||||
name = "com_google_absl",
|
||||
commit = "8ba96a8",
|
||||
commit = "b832dce", # release 20200225
|
||||
remote = "https://github.com/abseil/abseil-cpp.git",
|
||||
)
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ if(BUILD_absl)
|
||||
REPOSITORY
|
||||
"https://github.com/abseil/abseil-cpp.git"
|
||||
TAG
|
||||
"8ba96a8"
|
||||
"20200225"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ PROTOC_BINARY := $(shell $(WHICH) ${UNIX_PROTOC_BINARY})
|
||||
GFLAGS_TAG = 2.2.2
|
||||
GLOG_TAG = 0.4.0
|
||||
PROTOBUF_TAG = 3.11.2
|
||||
ABSL_TAG = 8ba96a8
|
||||
ABSL_TAG = 20200225
|
||||
CBC_TAG = 2.10.4
|
||||
CGL_TAG = 0.60.3
|
||||
CLP_TAG = 1.17.4
|
||||
|
||||
@@ -38,7 +38,7 @@ ZLIB_ARCHIVE_TAG = 1211
|
||||
GFLAGS_TAG = 2.2.2
|
||||
GLOG_TAG = 0.4.0
|
||||
PROTOBUF_TAG = 3.11.2
|
||||
ABSL_TAG = 8ba96a8
|
||||
ABSL_TAG = 20200225
|
||||
CBC_TAG = 2.10.4
|
||||
CGL_TAG = 0.60.3
|
||||
CLP_TAG = 1.17.4
|
||||
|
||||
Reference in New Issue
Block a user