Uh oh!
There was an error while loading. Please reload this page.
Force building of Mono manifest packages when building via source-build - #81790
Conversation
ghost
commented
Feb 7, 2023
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue Detailsnull
|
ViktorHofer
commented
Feb 8, 2023
tmds
commented
Feb 8, 2023
Yes, that makes it easier to reproduce the source-build configuration from |
ViktorHofer
commented
Feb 8, 2023
@directhex please move that property out of SourceBuild.props and into another location, i.e. Directory.Build.props before Subsets.props are imported. |
directhex
commented
Feb 8, 2023
@ViktorHofer so conditionally set the ForceBuildMobileManifests property, based on DotNetBuildFromSource, in Directory.Build.Props? |
ViktorHofer
commented
Feb 8, 2023
Yes, exactly. But before the Subsets.props import as that file reads the property. |
directhex
commented
Feb 8, 2023
E2E tested locally w/ VMR |
steveisok
commented
Feb 9, 2023
/backport to release/8.0-preview1 |
Started backporting to release/8.0-preview1: https://github.com/dotnet/runtime/actions/runs/4135266103 |
@steveisok backporting to release/8.0-preview1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: We can't pass source-build properties externally, they need to come via SourceBuild.propsApplying: Indicate that we can consume emsdk manifest via source-buildUsing index info to reconstruct a base tree...M eng/Version.Details.xmlFalling back to patching base and 3-way merge...Auto-merging eng/Version.Details.xmlCONFLICT (content): Merge conflict in eng/Version.Details.xmlerror: Failed to merge in the changes.hint: Use 'git am --show-current-patch=diff' to see the failed patchPatch failed at 0002 Indicate that we can consume emsdk manifest via source-buildWhen 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 128Please backport manually! |
@steveisok an error occurred while backporting to release/8.0-preview1, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
… building via source-build Backport of dotnet/runtime#81790 Original commit: dotnet/runtime@7deac7d [[ commit created by automation ]]
No description provided.