Update skia on Stable #184025
Conversation
| runs-on: ubuntu-latest | ||
| outputs: | ||
| is_member: ${{ steps.check.outputs.is_member }} | ||
| steps: | ||
| - name: Check if user is in the required team | ||
| id: check | ||
| env: | ||
| GH_TOKEN: ${{ secrets.FLUTTER_READ_ORG }} | ||
| run: | | ||
| # Use the GitHub CLI to check team membership | ||
| # Returns 204 if member, 404 if not | ||
| if gh api orgs/flutter/teams/flutter-release-eng/memberships/${{ github.actor }} --silent; then | ||
| echo "is_member=true" >> $GITHUB_OUTPUT | ||
| else | ||
| echo "::error::User ${{ github.actor }} is not a member of flutter-release-eng." | ||
| exit 1 | ||
| fi | ||
|
|
||
| create-release-branch: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
|
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
|
Changelog: Include a fix from Skia that ensures that the correct atlas for the glyph mask format is used consistently. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
autosubmit label was removed for flutter/flutter/184025, because - The status or check suite Mac web_tool_tests has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Merge CHANGELOG.md into master for 3.41.6 includes: flutter#183885 flutter#184040 flutter#184025
Required CP for stable. - **Update skia** Internal details in b/491789011 Changelog entry: TODO: @zanderso
Update the changelog for 4.41.6. Includes: flutter#183885 flutter#184040 flutter#184025
Required CP for stable.
Internal details in b/491789011
Changelog entry:
TODO: @zanderso