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

Improve GH Action Build Regen by building two times and having everyt… #801

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

oscerd
Copy link
Contributor

@oscerd oscerd commented Mar 4, 2022

…hing generated in one shot

Fixes #797

@oscerd oscerd merged commit 1fdc58b into main Mar 4, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2022

The backport to 0.7.x failed:

The process '/usr/bin/git' failed with exit code 1

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-0.7.x 0.7.x
# Navigate to the new working tree
cd .worktrees/backport-0.7.x
# Create a new branch
git switch --create backport-801-to-0.7.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick ---mainline 1 1fdc58bcfc5ba8e7f009e05dc99b8dd0a4e4f5f8
# Push it to GitHub
git push --set-upstream origin backport-801-to-0.7.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-0.7.x

Then, create a pull request where the base branch is 0.7.x and the compare/head branch is backport-801-to-0.7.x.

@oscerd oscerd deleted the fix-797 branch March 9, 2022 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve GH Action Build Regen by building two times and having everything generated in one shot
1 participant