Skip to content

Conversation

dotnet-maestro-bot
Copy link
Contributor

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

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

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/3.0
git pull --ff-only
git checkout release/3.1
git pull --ff-only
git merge --no-ff release/3.0

# 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/source-build HEAD:merge/release/3.0-to-release/3.1
or if you are using SSH
git push [email protected]:dotnet-maestro-bot/source-build HEAD:merge/release/3.0-to-release/3.1

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/3.0-to-release/3.1'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/3.0-to-release/3.1 release/3.1
git pull https://github.com/dotnet-maestro-bot/source-build merge/release/3.0-to-release/3.1
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/source-build HEAD:merge/release/3.0-to-release/3.1
or if you are using SSH
git checkout -b merge/release/3.0-to-release/3.1 release/3.1
git pull [email protected]:dotnet-maestro-bot/source-build merge/release/3.0-to-release/3.1
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet-maestro-bot/source-build HEAD:merge/release/3.0-to-release/3.1

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.

adaggarwal and others added 21 commits October 15, 2019 15:48
…packages (dotnet#1325)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191017.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19517.1

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Revert changes
* directly call darc-init

* add runtime to support darc, add tools-path, remove un-needed projects

* Use the latest darc version

* remove darc and dependent stuff from tarball

* remove extra stuff from tarball

* add environment ld_path to build tarball

* add darcVersion to tarball
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

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

@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

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

…packages (dotnet#1327)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.1

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.2

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.2

Dependency coherency updates

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp)
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal)

* Undo changes in non ref-pack projects
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

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

NikolaMilosavljevic and others added 4 commits October 24, 2019 06:25
* Switch to PROD pool

* Update matrix.yml
* Add patches to fix Arcade prebuilts

* A couple more patch changes

* Update online baseline

* One more osx specific baseline update
dotnet-maestro bot and others added 5 commits October 25, 2019 10:15
…packages (dotnet#1328)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.3

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.3

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.1

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.1



* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.2

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.2


* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.3

- Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.3



* rollback to original versions for non sb-ref-pack projects
* Set BuildAllPackages in corefx

Update corefx project to set property to build all packages.  After the merge of dotnet#1237, corefx in source-build stopped building all packages.  With the latest update to corefx brought in by dotnet#1237, building all packages is gated by the BuildAllPackages property here: https://github.com/dotnet/corefx/blob/c1778515a3bee34cc09c757b5563d0af0c8b1e99/src/packages.builds#L8-L12

* Fix BuildAllPackages...should be true
…1335)

* Add patch to use non-portable NETCoreAppRuntime for crossgen

* Don't update RID when on OSX
@dotnet-maestro-bot
Copy link
Contributor Author

This pull request has been updated.

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

@adaggarwal
Copy link
Member

/azp run

@azure-pipelines
Copy link

Pull request contains merge conflicts.

@adaggarwal adaggarwal self-assigned this Nov 18, 2019
@adaggarwal adaggarwal added this to the 3.1 milestone Nov 18, 2019
Copy link
Contributor

@dseefeld dseefeld left a comment

Choose a reason for hiding this comment

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

I'm not sure we should merge this change as it's going backwards.

@adaggarwal adaggarwal merged commit dac835d into dotnet:release/3.1 Nov 19, 2019
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.

5 participants