Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 883fa50

Browse files
authored
Add objects upload checkpoint
1 parent 9bead12 commit 883fa50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_apk.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ jobs:
220220
- name: Compiling source-code (chrome/gpu)
221221
run: ninja -C ./secondary_disk/out/android_${{ matrix.platform }} chrome/gpu
222222

223+
- name: Uploading binary objects to cache
224+
if: ${{ github.repository_owner == 'kiwibrowser' }}
225+
run: rclone copy --fast-list --transfers=32 $HOME/cache/ sync:kiwibrowser-ccache-${{ matrix.platform }}/
223226

224227
- name: Compiling source-code (components/version_info)
225228
run: ninja -C ./secondary_disk/out/android_${{ matrix.platform }} components/version_info
@@ -271,7 +274,7 @@ jobs:
271274

272275
- name: Uploading binary objects to cache
273276
if: ${{ github.repository_owner == 'kiwibrowser' }}
274-
run: rclone copy --fast-list --transfers=16 $HOME/cache/ sync:kiwibrowser-ccache-${{ matrix.platform }}/
277+
run: rclone copy --fast-list --transfers=32 $HOME/cache/ sync:kiwibrowser-ccache-${{ matrix.platform }}/
275278

276279
- name: Generating native symbols mapping
277280
run: |

0 commit comments

Comments
 (0)