Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mimic: qa/workunits/rados/test_envlibrados_for_rocksdb: install g++ not g++-4.7 #22117

Merged
merged 2 commits into from May 21, 2018

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented May 21, 2018

since fog now deploys ubuntu 18.04 where g++-4.7 is not available
anymore, so g++ is good enough.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 63a3562)
* so we just rely on a single build system instead of two of them, the
  other place we use cmake is cmake/modules/BuildRockDB.cmake.
* disable gflags when building rocksdb, it's optional and does not help
  in the sense of testing librados support.
* disable prompts when installing on debian, to silence warnings like:
  debconf: unable to initialize frontend: Dialog
* drop --force-yes option, as it is deprecated, and is replaced with
  --allow-downgrades, --allow-remove-essential,
  --allow-change-held-packages,  but none of them apply in our case.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit f8d4722)
@tchaikov tchaikov added the tests label May 21, 2018
@tchaikov tchaikov added this to the mimic milestone May 21, 2018
@tchaikov tchaikov requested a review from jdurgin May 21, 2018 11:40
@liewegas liewegas merged commit da359fb into ceph:mimic May 21, 2018
@tchaikov tchaikov deleted the mimic-qa-test_envlibrados_for_rocksdb branch May 21, 2018 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants