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

[CPP] Support alternative gtest url #179

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

761417898
Copy link
Contributor

  1. Support alternative GTEST URL for users in China
  2. Unit tests will be skipped if the download fails

Comment on lines 22 to 24
"https://github.com/google/googletest/archive/refs/tags/v1.12.0.zip"
"https://hub.nuaa.cf/google/googletest/archive/refs/tags/v1.12.0.zip"
"https://hub.yzuu.cf/google/googletest/archive/refs/tags/v1.12.0.zip"
Copy link
Contributor

Choose a reason for hiding this comment

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

I see the gtest has released v1.12.1 that also supports C++ 11, should we consider upgrading it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, I will upgrade the version to v1.12.1. Both v1.12.0 and v1.12.1 are stated to be the latest versions that support C++11.

Copy link
Contributor

@HTHou HTHou left a comment

Choose a reason for hiding this comment

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

LGTM

@HTHou HTHou merged commit 1dbcdef into apache:develop Jul 22, 2024
13 checks passed
HTHou pushed a commit that referenced this pull request Jul 23, 2024
@761417898 761417898 deleted the feature/support_alt_gtest_url branch August 11, 2024 01:23
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.

2 participants