Revision d6336563e58e1d8f421862b75b18ffcebd156467 authored by Istvan Szukacs on 26 February 2018, 23:17:22 UTC, committed by Facebook Github Bot on 26 February 2018, 23:27:17 UTC
Summary:
I have updated the Vagrantfile to have an entry for CentOS 7. Also created a simple build script which is pretty similar to the one in Beringei.

How to test:
```
vagrant up centos7
```
Todo:

Implement -j X for the build.
Closes https://github.com/facebook/rocksdb/pull/3530

Differential Revision: D7090739

Pulled By: ajkr

fbshipit-source-id: 9f9eda5b507568993543d08de7ce168dfc12282e
1 parent ad05cbb
History
File Mode Size
alloc_tracker.cc -rw-r--r-- 1.9 KB
hash_cuckoo_rep.cc -rw-r--r-- 24.7 KB
hash_cuckoo_rep.h -rw-r--r-- 1.6 KB
hash_linklist_rep.cc -rw-r--r-- 29.2 KB
hash_linklist_rep.h -rw-r--r-- 1.8 KB
hash_skiplist_rep.cc -rw-r--r-- 11.1 KB
hash_skiplist_rep.h -rw-r--r-- 1.4 KB
inlineskiplist.h -rw-r--r-- 33.0 KB
inlineskiplist_test.cc -rw-r--r-- 16.8 KB
memtablerep_bench.cc -rw-r--r-- 24.1 KB
skiplist.h -rw-r--r-- 15.6 KB
skiplist_test.cc -rw-r--r-- 10.2 KB
skiplistrep.cc -rw-r--r-- 8.9 KB
stl_wrappers.h -rw-r--r-- 885 bytes
vectorrep.cc -rw-r--r-- 8.9 KB
write_buffer_manager.cc -rw-r--r-- 4.7 KB
write_buffer_manager_test.cc -rw-r--r-- 5.1 KB

back to top