Merge pull request #21433 from tchaikov/wip-qa-env_librados_test

qa: disable -Werror when compiling env_librados_test

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Kefu Chai 2018-04-16 21:36:25 +08:00 committed by GitHub
commit 073f6f6cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ git clone https://github.com/facebook/rocksdb.git --depth 1
# compile code
cd rocksdb
make env_librados_test ROCKSDB_USE_LIBRADOS=1 -j8
make env_librados_test ROCKSDB_USE_LIBRADOS=1 DISABLE_WARNING_AS_ERROR=1 -j8
echo "Copy ceph.conf"
# prepare ceph.conf