mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 14:57:40 -08:00
Upgrade LevelDB to 1.12.0.
A number of core fixes have occurred in upstream LevelDB. Given API compatibility, we should upgrade.
This commit is contained in:
parent
81c406630a
commit
3784b1779f
|
@ -40,7 +40,7 @@ GOENV = TMPDIR=$(TMPDIR) GOROOT=$(GOROOT) GOPATH=$(GOPATH)
|
||||||
GO = $(GOENV) $(GOCC)
|
GO = $(GOENV) $(GOCC)
|
||||||
GOFMT = $(GOROOT)/bin/gofmt
|
GOFMT = $(GOROOT)/bin/gofmt
|
||||||
|
|
||||||
LEVELDB_VERSION := 1.9.0
|
LEVELDB_VERSION := 1.12.0
|
||||||
PROTOCOL_BUFFERS_VERSION := 2.5.0
|
PROTOCOL_BUFFERS_VERSION := 2.5.0
|
||||||
SNAPPY_VERSION := 1.1.0
|
SNAPPY_VERSION := 1.1.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue