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

Use HTTPS access instead of ssh/git for gtest. #2009

Merged
merged 2 commits into from
Oct 20, 2022

Conversation

thorstenhater
Copy link
Contributor

Cause certain constrained/fortified systems to fail to build/clone arbor.

@thorstenhater thorstenhater requested a review from boeschf October 20, 2022 08:39
.gitmodules Outdated
Comment on lines 22 to 25
url = git@github.com:google/googletest.git
branch = release-1.12.1
[submodule "ext/googletest/"]
url = https://github.com/google/googletest.git
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove ssh/git address and replace with https instead of adding another submodule

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Interesting ... I was relying on

 git submodule set-url ext/googletest/ https://github.com/google/googletest.git

doing the right thing here.

@thorstenhater thorstenhater merged commit 491a0d6 into arbor-sim:master Oct 20, 2022
@thorstenhater thorstenhater deleted the ci/use-https-submodule branch October 20, 2022 13:19
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