mirror of
https://github.com/ceph/ceph
synced 2025-02-15 14:58:01 +00:00
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:
commit
073f6f6cc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user