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

[Backport release-2.17] Failed to backport #4472 #4475

Closed
github-actions bot opened this issue Nov 1, 2023 · 0 comments
Closed

[Backport release-2.17] Failed to backport #4472 #4475

github-actions bot opened this issue Nov 1, 2023 · 0 comments
Assignees
Labels
backport tags commits to backport to release branch

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2023

This issue was created automatically because the backport of #4472 to release-2.17 failed.

The backport to release-2.17 failed:

Auto-merging scripts/azure-windows-release.yml
CONFLICT (content): Merge conflict in scripts/azure-windows-release.yml
error: could not apply af3cbf82c... Stop including the static library when releasing on Windows. (#4469)
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-2.17 release-2.17
# Navigate to the new working tree
cd .worktrees/backport-release-2.17
# Create a new branch
git switch --create backport-4472-to-release-2.17
# Cherry-pick the merged commits of this pull request and resolve the conflicts
git cherry-pick -x 9163edf046e5a6c25c6fab36c0dab84f62890cce~2..9163edf046e5a6c25c6fab36c0dab84f62890cce
# Push it to GitHub
git push --set-upstream origin backport-4472-to-release-2.17
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-2.17

Then, create a pull request where the base branch is release-2.17 and the compare/head branch is backport-4472-to-release-2.17.

@github-actions github-actions bot added the backport tags commits to backport to release branch label Nov 1, 2023
@KiterLuc KiterLuc closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport tags commits to backport to release branch
Projects
None yet
Development

No branches or pull requests

2 participants