• yiwu-arbug's avatar
    Cherry-pick build and dependency fixes (#325) · 68467cbb
    yiwu-arbug authored
    Cherry-picking the following changes that fixes zlib, jemalloc and gflags dependencies, and fixes a flaky test:
    ```
    6ead62ca 2019-07-25 yiwu@pingcap.com     Avoid build require system zlib (#303)
    9246b9c5 2019-07-25 hi@breeswish.org     Skip jemalloc options on specific platform (#324)
    7a8dd731 2019-07-22 yiwu@pingcap.com     Add jemalloc-sys dependency when jemalloc is enabled (#320)
    6f2c6320 2019-07-23 yiwu@pingcap.com     Not compile with gflags (#322)
    09b80321 2019-07-22 yiwu@pingcap.com     Fix perf context test (#321)
    d67f38e2 2019-07-21 yiwu@pingcap.com     Add jemalloc feature (#319)
    ```
    
    Also update rocksdb to fix compile error with gcc9:
    ```
    7a03c83ed 2019-07-23 psergey@askmonty.org Fix MyRocks compile warnings-treated-as-errors on Fedora 30, gcc 9.1.1 (#5553)
    ```
    68467cbb
Name
Last commit
Last update
..
mod.rs Loading commit data...
test_column_family.rs Loading commit data...
test_compact_range.rs Loading commit data...
test_compaction_filter.rs Loading commit data...
test_compression.rs Loading commit data...
test_delete_files_in_range.rs Loading commit data...
test_delete_range.rs Loading commit data...
test_encryption.rs Loading commit data...
test_event_listener.rs Loading commit data...
test_ingest_external_file.rs Loading commit data...
test_iterator.rs Loading commit data...
test_metadata.rs Loading commit data...
test_multithreaded.rs Loading commit data...
test_prefix_extractor.rs Loading commit data...
test_rate_limiter.rs Loading commit data...
test_read_only.rs Loading commit data...
test_rocksdb_options.rs Loading commit data...
test_slice_transform.rs Loading commit data...
test_statistics.rs Loading commit data...
test_table_properties.rs Loading commit data...
test_titan.rs Loading commit data...
test_ttl.rs Loading commit data...