mirror of
https://github.com/ceph/ceph
synced 2024-12-09 21:21:10 +00:00
9b372fe72c
The ceph-test package depends on gmock and gtest and needs to statically link them because packages are not configured to distribute the corresponding shared library files. Update the gmock submodule to the version that is configured with noinst libraries that will be statically linked. The gmock submodule is modified to reference the branch in which the ceph specific changes have been done. http://tracker.ceph.com/issues/11040 Fixes: #11040 Signed-off-by: Loic Dachary <loic@dachary.org>
29 lines
954 B
Plaintext
29 lines
954 B
Plaintext
[submodule "ceph-object-corpus"]
|
|
path = ceph-object-corpus
|
|
url = https://github.com/ceph/ceph-object-corpus.git
|
|
[submodule "src/libs3"]
|
|
path = src/libs3
|
|
url = https://github.com/ceph/libs3.git
|
|
[submodule "src/civetweb"]
|
|
path = src/civetweb
|
|
url = https://github.com/ceph/civetweb
|
|
[submodule "src/erasure-code/jerasure/jerasure"]
|
|
path = src/erasure-code/jerasure/jerasure
|
|
url = https://github.com/ceph/jerasure.git
|
|
branch = v2-ceph
|
|
[submodule "src/erasure-code/jerasure/gf-complete"]
|
|
path = src/erasure-code/jerasure/gf-complete
|
|
url = https://github.com/ceph/gf-complete.git
|
|
branch = v2-ceph
|
|
[submodule "src/rocksdb"]
|
|
path = src/rocksdb
|
|
url = https://github.com/ceph/rocksdb
|
|
ignore = dirty
|
|
[submodule "ceph-erasure-code-corpus"]
|
|
path = ceph-erasure-code-corpus
|
|
url = https://github.com/ceph/ceph-erasure-code-corpus.git
|
|
[submodule "src/gmock"]
|
|
path = src/gmock
|
|
url = https://github.com/ceph/gmock.git
|
|
branch = ceph-release-1.7.0
|