rocksdb/.circleci
Jay Zhuang 8a8a01c642 Fix compile error for old gcc-4.8 (#7358)
Summary:
gcc-4.8 returns error when using the constructor. Not sure if it's a compiler bug/limitation or code issue:
```
table/block_based/block_based_table_reader.cc:3183:67: error: use of deleted function ‘rocksdb::WritableFileStringStreamAdapter::WritableFileStringStreamAdapter(rocksdb::WritableFileStringStreamAdapter&&)’
```

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7358

Reviewed By: pdillinger

Differential Revision: D23577651

Pulled By: jay-zhuang

fbshipit-source-id: b0197e3d3538da61a6f3866410d88d2047fb9695
2020-09-08 12:09:34 -07:00
..
cat_ignore_eagain Major CircleCI/Linux fixes / tweaks / enhancements (#7078) 2020-07-07 11:25:46 -07:00
config.yml Fix compile error for old gcc-4.8 (#7358) 2020-09-08 12:09:34 -07:00
ubsan_suppression_list.txt Add ubsan_check to CircleCI runs (#7112) 2020-07-10 20:03:41 -07:00
vs2015_install.ps1 Add VS2017 to CircleCI Runs (#7120) 2020-07-13 18:10:20 -07:00
vs2017_install.ps1 Add VS2017 to CircleCI Runs (#7120) 2020-07-13 18:10:20 -07:00