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

Update harfbuzz to 7.3.0 #104

Merged
merged 7 commits into from
Aug 29, 2023
Merged

Update harfbuzz to 7.3.0 #104

merged 7 commits into from
Aug 29, 2023

Conversation

mattleibow
Copy link

@mattleibow mattleibow commented Aug 24, 2023

Updating more of the externals.

@mattleibow mattleibow added the backport/release/2.x Backport this PR to release/2.x label Aug 26, 2023
@mattleibow mattleibow merged commit 3c98e7c into skiasharp Aug 29, 2023
1 check passed
@mattleibow mattleibow deleted the dev/update-harfbuzz-v3 branch August 29, 2023 02:19
@github-actions
Copy link

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

Then, create a pull request where the base branch is release/2.x and the compare/head branch is backport/pr-104-to-release/2.x.

mattleibow added a commit that referenced this pull request Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/release/2.x Backport this PR to release/2.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant