Closed nyalldawson closed 2 days ago
The backport to queued_ltr_backports
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-queued_ltr_backports queued_ltr_backports
# Navigate to the new working tree
cd .worktrees/backport-queued_ltr_backports
# Create a new branch
git switch --create backport-59515-to-queued_ltr_backports
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick a390b403a5ccfe04ce19c1442e8aa744a0bb58c1,ba07d876f837b103db6866f45ba85e71848d26a7,93bce2ed763fa884c173f2a6150809d467f9c6c3,6ec289d4614e859a33257cd79da592c308844d3f,a6a18a93bc7234480318cb100689e060f4130ba6,f7e1550a6d71cba436d55c88c136b571efed747d,69d09af5bf198f1abba763b4c3a5df87605bd4bf,60780fc3afee8dc4eed5a3763c9841eeff6f8b86
# Push it to GitHub
git push --set-upstream origin backport-59515-to-queued_ltr_backports
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-queued_ltr_backports
Then, create a pull request where the base
branch is queued_ltr_backports
and the compare
/head
branch is backport-59515-to-queued_ltr_backports
.
🪟 Windows builds
Download Windows builds of this PR for testing. Debug symbols for this build are available here. (Built from commit 60780fc3afee8dc4eed5a3763c9841eeff6f8b86)
🪟 Windows Qt6 builds
Download Windows Qt6 builds of this PR for testing. (Built from commit 60780fc3afee8dc4eed5a3763c9841eeff6f8b86)