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 googletest's new 'main' branch #38409

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

dougbu
Copy link
Member

@dougbu dougbu commented Nov 15, 2021

No description provided.

@dougbu dougbu requested a review from a team November 15, 2021 20:21
@dougbu
Copy link
Member Author

dougbu commented Nov 15, 2021

'main' is the default branch in dotnet/googletest now. We'll need this in our servicing branches except release/2.1. @mmitche @wtgodbe to conform: Those branches all remain open 'til EOD today❔ In any case, I'm opening the backport PRs.

Note there isn't really a rush to complete this today. It's just better if we don't have to do the work later, when we realize the submodule isn't keeping up anymore.

@dougbu
Copy link
Member Author

dougbu commented Nov 15, 2021

/backport to release/6.0
/backport to release/5.0
/backport to release/3.1

@github-actions
Copy link
Contributor

Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1463970064

@github-actions
Copy link
Contributor

@dougbu backporting to release/6.0 failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Use googletest's new 'main' branch
Using index info to reconstruct a base tree...
M	.gitmodules
M	src/submodules/googletest
Falling back to patching base and 3-way merge...
Failed to merge submodule src/submodules/googletest (not checked out)
Auto-merging src/submodules/googletest
CONFLICT (submodule): Merge conflict in src/submodules/googletest
Auto-merging .gitmodules
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Use googletest's new 'main' branch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

dougbu added a commit to dougbu/aspnetcore that referenced this pull request Nov 15, 2021
- backport of dotnet#38409 due to submodule conflicts
github-actions bot pushed a commit that referenced this pull request Nov 15, 2021
github-actions bot pushed a commit that referenced this pull request Nov 15, 2021
@dougbu dougbu enabled auto-merge (squash) November 15, 2021 21:08
dougbu added a commit that referenced this pull request Nov 15, 2021
- backport of #38409 due to submodule conflicts
dougbu added a commit that referenced this pull request Nov 15, 2021
- backport of #38409 due to submodule conflicts that were fixed in #38410

Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
@dougbu dougbu merged commit 939fa38 into dotnet:main Nov 16, 2021
@dougbu dougbu deleted the dougbu/update.googletest/main branch November 16, 2021 00:33
dougbu added a commit that referenced this pull request Nov 16, 2021
- backport of #38409 due to submodule conflicts that were fixed in #38410

Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
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