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

Remove redundant source-build arguments #11191

Merged
merged 1 commit into from
Oct 11, 2022

Conversation

NikolaMilosavljevic
Copy link
Member

Fixes: dotnet/source-build#2883

These properties are set at repo level, based on values of DisableSourceLink property.

This is a follow-up change for this: #11153 (comment)

@akoeplinger
Copy link
Member

@NikolaMilosavljevic @MichaelSimons should this be ported to main?

@MichaelSimons
Copy link
Member

@NikolaMilosavljevic @MichaelSimons should this be ported to main?

yes - @NikolaMilosavljevic - Can you open a PR for this?

@NikolaMilosavljevic
Copy link
Member Author

NikolaMilosavljevic commented Nov 4, 2022

@NikolaMilosavljevic @MichaelSimons should this be ported to main?

yes - @NikolaMilosavljevic - Can you open a PR for this?

Sure - working on it. I believe /backport to main should now work in Arcade, will try that first.

@NikolaMilosavljevic
Copy link
Member Author

/backport to main

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

@NikolaMilosavljevic backporting to main failed, the patch most likely resulted in conflicts:

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

Applying: Remove redundant arguments - these properties are set by repos based on value of DisableSourceLink property
Using index info to reconstruct a base tree...
M	src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeBuild.targets
Falling back to patching base and 3-way merge...
Auto-merging src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeBuild.targets
CONFLICT (content): Merge conflict in src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeBuild.targets
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Remove redundant arguments - these properties are set by repos based on value of DisableSourceLink property
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!

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2022

@NikolaMilosavljevic an error occurred while backporting to main, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

@NikolaMilosavljevic
Copy link
Member Author

OK - will backport manually.

@NikolaMilosavljevic
Copy link
Member Author

Porting PR: #11513

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.

3 participants