]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Revert Snappy version upgrade
authorSagar Vemuri <svemuri@fb.com>
Sat, 13 Jan 2018 07:36:27 +0000 (23:36 -0800)
committerZhongyi Xie <xiez@fb.com>
Thu, 22 Feb 2018 00:22:48 +0000 (16:22 -0800)
commit25ac8ca06d583abd650c300485600790ac978630
tree8fad3e4548cadc7aa15858a6d6e6e5a20454daa9
parent45328eca0833783421f7af724d352ce74e4e3cda
Revert Snappy version upgrade

Summary:
Java static builds are again broken, this time due Snappy version upgrade introduced in 90c1d81975a03b0f8b352ddc614fbc99c2496ddd (#3331).

This is due to two reasons:
1. The new Snappy packages should now be downloaded from https://github.com/google/snappy/archive/<pkg.tar.gz> instead of https://github.com/google/snappy/releases/download/<pkg.tar.gz> which we are using now.
1. In addition to the the above URL change, Snappy changed its build from using autotools to CMake based : https://github.com/google/snappy/blame/e69d9f880677f2aa3488c80b953ec4309f0dfa2e/README.md#L65-L72

So more changes are needed if we are going to upgrade to 1.1.7. Hence reverting the version upgrade until we figure them out.
Closes https://github.com/facebook/rocksdb/pull/3363

Differential Revision: D6716983

Pulled By: sagar0

fbshipit-source-id: f451a1bc5eb0bb090f4da07bc3e5ba72cf89aefa
Makefile