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

RTBKIT-527 #25

Closed
wants to merge 6 commits into from
Closed

RTBKIT-527 #25

wants to merge 6 commits into from

Conversation

jsulmont
Copy link

This PR goes along @RTBKIT-527 and relies on datacratic/platform-deps#1
It add support for Ubuntu 14.04(,x) LTS.
Note that the following two tests have been modified i/o pass:

  • in soa/service/testing/runner_test.cc, de-activate test_runner_execute
  • most tests in soa/service/testing/http_client_test.cc are deactivated

@nicolaskruchten
Copy link

Shouldn't changes to soa be done in the datacratic/soa repo first and then git-subtree'd into this repo?

@jsulmont
Copy link
Author

@nicolaskruchten -- why can commit/push my changes? also last time I had to do something cross repos, I think the one I did on soa was redundant

@nicolaskruchten
Copy link

Actually never mind my comment, turns out there's no reason to prefer one over the other apparently :)

That said, I doubt that simply disabling tests in SOA is the right thing to do...

@@ -1,5 +1,5 @@
CXX ?= g++
CXXFLAGS ?= $(INCLUDE) -pipe -Wall -Werror -Wno-sign-compare -Woverloaded-virtual -fPIC -m64 -ggdb -fno-omit-frame-pointer $(foreach dir,$(LOCAL_INCLUDE_DIR),-I$(dir)) -std=c++0x -Wno-deprecated-declarations
CXXFLAGS ?= $(INCLUDE) -pipe -Wall -Werror -Wno-sign-compare -Woverloaded-virtual -fPIC -m64 -ggdb -fno-omit-frame-pointer $(foreach dir,$(LOCAL_INCLUDE_DIR),-I$(dir)) -Wno-deprecated-declarations

Choose a reason for hiding this comment

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

This is not required. As far as I know, gcc-4.8 still accept -std=c++0x.

Copy link

Choose a reason for hiding this comment

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

Turns out I was wrong, the later versions of gcc still support the older c++0x which we should keep on using until we fully migrate to gcc4.8

@RAttab RAttab closed this Dec 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants