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

Revert to m119 #2102

Merged
merged 3 commits into from
Dec 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build-skia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: yarn build-skia

- name: Upload artifacts - Android arm
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v2
with:
name: skia-android-arm
Expand All @@ -57,6 +58,7 @@ jobs:
${{ env.WORKING_DIRECTORY }}/externals/skia/out/android/arm/libskunicode.a

- name: Upload artifacts - Android arm64
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v2
with:
name: skia-android-arm-64
Expand All @@ -70,6 +72,7 @@ jobs:
${{ env.WORKING_DIRECTORY }}/externals/skia/out/android/arm64/libskunicode.a

- name: Upload artifacts - Android x86
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v2
with:
name: skia-android-arm-x86
Expand All @@ -83,6 +86,7 @@ jobs:
${{ env.WORKING_DIRECTORY }}/externals/skia/out/android/x86/libskunicode.a

- name: Upload artifacts - Android x64
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v2
with:
name: skia-android-arm-x64
Expand All @@ -96,6 +100,7 @@ jobs:
${{ env.WORKING_DIRECTORY }}/externals/skia/out/android/x64/libskunicode.a

- name: Upload artifacts - iOS xcframeworks
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v2
with:
name: skia-ios-xcframeworks
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "externals/skia"]
path = externals/skia
url = https://chromium.googlesource.com/skia/
branch = chrome/m121
branch = chrome/m119
[submodule "externals/depot_tools"]
path = externals/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
2 changes: 1 addition & 1 deletion externals/depot_tools
Submodule depot_tools updated from 007dd4 to 911ccd
2 changes: 1 addition & 1 deletion externals/skia
Submodule skia updated from e8d7db to 89907a
Loading