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

Fix build/test with new location of gmock/gtest #114

Closed
wants to merge 1 commit into from

Conversation

tedjp
Copy link
Contributor

@tedjp tedjp commented Sep 1, 2016

GTest is no longer available from googlecode.com. Changed to use the repo from github.

Might not be an ideal way to load the dependency (I suppose I should add it to deps.sh instead) but it works.

Fixes #112.

tedjp referenced this pull request in facebook/wangle Sep 1, 2016
Summary:
Fixes build since googlecode.com stopped hosting projects & GMock was absorbed into GoogleTest. Uses GoogleTest Git repo on GitHub rather than a release tarball/zip.

Fixes #59.
Closes #60

Reviewed By: mzlee, lukenels

Differential Revision: D3795642

Pulled By: anirudhvr

fbshipit-source-id: 3cd26b73b4588ffd6bbabfdfca497fd078bfaf4d
@ghost ghost added the CLA Signed label Sep 1, 2016
@tedjp
Copy link
Contributor Author

tedjp commented Sep 1, 2016

I'm redoing this using deps.sh to install googletest.

@lanxi
Copy link
Contributor

lanxi commented Sep 1, 2016

Hi @tedjp thank you for the update! We have a pull request #113 that addresses this same problem.

@ghost ghost added the CLA Signed label Sep 1, 2016
@tedjp tedjp closed this Sep 1, 2016
dgrnbrg-meta added a commit to dgrnbrg-meta/proxygen that referenced this pull request Mar 11, 2022
Summary:
X-link: facebook/fboss#114

X-link: facebook/fb303#27

When using getdeps inside of a container, Python's urllib isn't able to download from dewey lfs (see this post for details https://fb.workplace.com/groups/systemd.and.friends/permalink/2747692278870647/).

This allows for getdeps to use `libcurl` to fetch dependencies, which allows for a getdeps build to work inside the container environment.

Reviewed By: mackorone

Differential Revision: D34696330

fbshipit-source-id: 357adaf89e70dcce5cc817378a728cc898f39d3c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants