Skip to content

[automated] Merge branch 'release/7.0.1xx' => 'main'#14359

Merged
MichaelSimons merged 4 commits intodotnet:mainfrom
dotnet-maestro-bot:merge/release/7.0.1xx-to-main
Aug 22, 2022
Merged

[automated] Merge branch 'release/7.0.1xx' => 'main'#14359
MichaelSimons merged 4 commits intodotnet:mainfrom
dotnet-maestro-bot:merge/release/7.0.1xx-to-main

Conversation

@dotnet-maestro-bot
Copy link
Copy Markdown

I detected changes in the release/7.0.1xx branch which have not been merged yet to main. I'm a robot and am configured to help you automatically keep main up to date, so I've opened this PR.

This PR merges commits made on release/7.0.1xx by the following committers:

  • MichaelSimons
  • dotnet-maestro[bot]

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/7.0.1xx
git pull --ff-only
git checkout main
git pull --ff-only
git merge --no-ff release/7.0.1xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/core-sdk HEAD:merge/release/7.0.1xx-to-main
or if you are using SSH
git push git@github.com:dotnet-maestro-bot/core-sdk HEAD:merge/release/7.0.1xx-to-main

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/7.0.1xx-to-main'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/7.0.1xx-to-main main
git pull https://github.com/dotnet-maestro-bot/core-sdk merge/release/7.0.1xx-to-main
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/core-sdk HEAD:merge/release/7.0.1xx-to-main
or if you are using SSH
git checkout -b merge/release/7.0.1xx-to-main main
git pull git@github.com:dotnet-maestro-bot/core-sdk merge/release/7.0.1xx-to-main
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet-maestro-bot/core-sdk HEAD:merge/release/7.0.1xx-to-main

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

dotnet-maestro bot and others added 2 commits August 19, 2022 18:54
…818.4 (dotnet#14354)

[release/7.0.1xx] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.2.0-beta-22410-01 to 1.2.0-beta-22416-01 (parent: Microsoft.DotNet.Arcade.Sdk)
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.22409.1 to 1.0.0-beta.22415.3 (parent: Microsoft.DotNet.Arcade.Sdk)
@dotnet-maestro-bot dotnet-maestro-bot requested a review from a team as a code owner August 19, 2022 20:34
crummel and others added 2 commits August 19, 2022 15:58
* Add llvm-project to source-build.

* Add repo references to llvm-project.

* Add source-build metadata.

* Upgrade CI to CentOS Stream 8.

* Fix the image name in the right place.

* Patch llvm to use an MS.Build.Traversal that we have.

* Add backport PR to patch.

* Revert "Upgrade CI to CentOS Stream 8."

This reverts commit 6bc2754.

* Update to avoid new MSBuild warning that causes build failure.

* We use code out of the LLVM directory.  Copy the license file from there to the root to satisfy the license checker.

* Add SourceBuild.props to llvm.

* Update patches with backport PR pointers.
@v-wuzhai v-wuzhai force-pushed the merge/release/7.0.1xx-to-main branch from 901c902 to 6864f83 Compare August 22, 2022 03:08
@v-wuzhai v-wuzhai requested a review from crummel August 22, 2022 05:37
@v-wuzhai
Copy link
Copy Markdown

@dotnet/source-build-internal @crummel Could you help to confirm if we need to merge these changes into main?

@MichaelSimons
Copy link
Copy Markdown
Member

@dotnet/source-build-internal @crummel Could you help to confirm if we need to merge these changes into main?

Yes these changes are needed.

@MichaelSimons
Copy link
Copy Markdown
Member

Failing tarball tests are unrelated and tracked with dotnet/source-build#3004. Merging.

@MichaelSimons MichaelSimons merged commit e0d94df into dotnet:main Aug 22, 2022
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.

4 participants