|
39 | 39 | - name: Print Xcode version |
40 | 40 | run: xcodebuild -version |
41 | 41 | - run: python3 script/checkout.py --version ${{ env.version }} |
| 42 | + - run: python3 script/patch_sources.py --sources skia |
42 | 43 | - run: python3 script/build.py --build-type ${{ matrix.build_type }} --target ${{ matrix.target }} --machine ${{ matrix.machine }} |
43 | 44 | - run: python3 script/archive.py --version ${{ env.version }} --build-type ${{ matrix.build_type }} --target ${{ matrix.target }} --machine ${{ matrix.machine }} |
44 | 45 | - uses: actions/upload-artifact@v4 |
|
66 | 67 | env: |
67 | 68 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
68 | 69 | - 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 |
69 | 71 | - run: PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/build.py --build-type ${{ matrix.build_type }} |
70 | 72 | - run: PATH=/usr/lib/binutils-2.26/bin:$PATH python3 script/archive.py --version ${{ env.version }} --build-type ${{ matrix.build_type }} |
71 | 73 | - uses: actions/upload-artifact@v4 |
|
93 | 95 | env: |
94 | 96 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
95 | 97 | - run: python3 script/checkout.py --version ${{ env.version }} |
| 98 | + - run: python3 script/patch_sources.py --sources skia |
96 | 99 | - run: python3 script/build.py --target wasm --machine wasm --build-type ${{ matrix.build_type }} |
97 | 100 | - run: python3 script/archive.py --version ${{ env.version }} --target wasm --machine wasm --build-type ${{ matrix.build_type }} |
98 | 101 | - uses: actions/upload-artifact@v4 |
@@ -125,6 +128,7 @@ jobs: |
125 | 128 | id: setup-ndk |
126 | 129 | with: |
127 | 130 | ndk-version: r25c |
| 131 | + - run: python3 script/patch_sources.py --sources skia |
128 | 132 | - run: python3 script/build.py --target android --build-type ${{ matrix.build_type }} --machine ${{ matrix.machine }} --ndk ${{ steps.setup-ndk.outputs.ndk-path }} |
129 | 133 | - run: python3 script/archive.py --version ${{ env.version }} --target android --build-type ${{ matrix.build_type }} --machine ${{ matrix.machine }} |
130 | 134 | - uses: actions/upload-artifact@v4 |
@@ -159,6 +163,7 @@ jobs: |
159 | 163 | /bin/bash script/prepare_linux_arm.sh |
160 | 164 | python3 script/check_release.py --version ${BUILD_VERSION} --build-type ${BUILD_TYPE} |
161 | 165 | python3 script/checkout.py --version ${BUILD_VERSION} |
| 166 | + python3 script/patch_sources.py --sources skia |
162 | 167 | python3 script/build.py --build-type ${BUILD_TYPE} |
163 | 168 | python3 script/archive.py --version ${BUILD_VERSION} --build-type ${BUILD_TYPE} |
164 | 169 | - uses: actions/upload-artifact@v4 |
@@ -195,6 +200,8 @@ jobs: |
195 | 200 | - uses: ilammy/msvc-dev-cmd@v1 |
196 | 201 | - shell: bash |
197 | 202 | run: python3 script/checkout.py --version ${{ env.version }} |
| 203 | + - shell: bash |
| 204 | + run: python3 script/patch_sources.py --sources skia |
198 | 205 | - shell: bash |
199 | 206 | run: python3 script/build.py --build-type ${{ matrix.build_type }} --target windows --machine ${{ matrix.machine }} |
200 | 207 | - shell: bash |
|
0 commit comments