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

cmake: replace civetweb symlink w/file copy #11900

Merged
merged 1 commit into from Nov 10, 2016

Conversation

mattbenjamin
Copy link
Contributor

Intended to remove an apparent race. The two effects are

  1. replace top-level command callouts w/file builtins
  2. do them in the src/rgw sub-cmake

This is cleaner, and ideally avoids the race.

Signed-off-by: Matt Benjamin mbenjamin@redhat.com

#COMMAND rm -f "${CMAKE_BINARY_DIR}/src/include/civetweb"
#COMMAND mkdir -p "${CMAKE_BINARY_DIR}/src/include"
#COMMAND ln -s "${CMAKE_SOURCE_DIR}/src/civetweb/include"
# "${CMAKE_BINARY_DIR}/src/include/civetweb")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove instead of commenting out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that wasn't the intention

Intended to remove an apparent race.  The two effects are
1. replace top-level command callouts w/file builtins
2. do them in the src/rgw sub-cmake

This is cleaner, and ideally avoids the race.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
@mattbenjamin
Copy link
Contributor Author

@liewegas build failure looks spurious, is in make check as recently:
83% tests passed, 26 tests failed out of 153

Total Test time (real) = 310.19 sec

The following tests FAILED:
1 - test-ceph-helpers.sh (Failed)
4 - cephtool-test-mds.sh (Failed)
5 - cephtool-test-mon.sh (Failed)
6 - cephtool-test-osd.sh (Failed)
7 - cephtool-test-rados.sh (Failed)
11 - test_pidfile.sh (Failed)
...

@liewegas liewegas merged commit c78545a into ceph:master Nov 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants