Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 4f11d20

Browse files
committed
Update build file
1 parent edc3965 commit 4f11d20

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Print Xcode version
4040
run: xcodebuild -version
4141
- run: python3 script/checkout.py --version ${{ env.version }}
42+
- run: python3 script/patch_sources.py --sources skia
4243
- run: python3 script/build.py --build-type ${{ matrix.build_type }} --target ${{ matrix.target }} --machine ${{ matrix.machine }}
4344
- run: python3 script/archive.py --version ${{ env.version }} --build-type ${{ matrix.build_type }} --target ${{ matrix.target }} --machine ${{ matrix.machine }}
4445
- uses: actions/upload-artifact@v4
@@ -66,6 +67,7 @@ jobs:
6667
env:
6768
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6869
- run: PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/checkout.py --version ${{ env.version }}
70+
- run: PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/patch_sources.py --sources skia
6971
- run: PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/build.py --build-type ${{ matrix.build_type }}
7072
- run: PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/archive.py --version ${{ env.version }} --build-type ${{ matrix.build_type }}
7173
- uses: actions/upload-artifact@v4
@@ -93,6 +95,7 @@ jobs:
9395
env:
9496
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9597
- run: python3 script/checkout.py --version ${{ env.version }}
98+
- run: python3 script/patch_sources.py --sources skia
9699
- run: python3 script/build.py --target wasm --machine wasm --build-type ${{ matrix.build_type }}
97100
- run: python3 script/archive.py --version ${{ env.version }} --target wasm --machine wasm --build-type ${{ matrix.build_type }}
98101
- uses: actions/upload-artifact@v4
@@ -125,6 +128,7 @@ jobs:
125128
id: setup-ndk
126129
with:
127130
ndk-version: r25c
131+
- run: python3 script/patch_sources.py --sources skia
128132
- run: python3 script/build.py --target android --build-type ${{ matrix.build_type }} --machine ${{ matrix.machine }} --ndk ${{ steps.setup-ndk.outputs.ndk-path }}
129133
- run: python3 script/archive.py --version ${{ env.version }} --target android --build-type ${{ matrix.build_type }} --machine ${{ matrix.machine }}
130134
- uses: actions/upload-artifact@v4
@@ -159,6 +163,7 @@ jobs:
159163
/bin/bash script/prepare_linux_arm.sh
160164
python3 script/check_release.py --version ${BUILD_VERSION} --build-type ${BUILD_TYPE}
161165
python3 script/checkout.py --version ${BUILD_VERSION}
166+
python3 script/patch_sources.py --sources skia
162167
python3 script/build.py --build-type ${BUILD_TYPE}
163168
python3 script/archive.py --version ${BUILD_VERSION} --build-type ${BUILD_TYPE}
164169
- uses: actions/upload-artifact@v4
@@ -195,6 +200,8 @@ jobs:
195200
- uses: ilammy/msvc-dev-cmd@v1
196201
- shell: bash
197202
run: python3 script/checkout.py --version ${{ env.version }}
203+
- shell: bash
204+
run: python3 script/patch_sources.py --sources skia
198205
- shell: bash
199206
run: python3 script/build.py --build-type ${{ matrix.build_type }} --target windows --machine ${{ matrix.machine }}
200207
- shell: bash

0 commit comments

Comments
 (0)