ci: strip android libraries

do not cancel RPCS3 Qt UI job
This commit is contained in:
DH 2025-04-10 05:58:26 +03:00
parent a53080b75f
commit 0298a3f834
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ on:
concurrency:
group: ${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
cancel-in-progress: false
env:
BUILD_REPOSITORY_NAME: ${{ github.repository }}

View file

@ -116,6 +116,7 @@ jobs:
- name: Build
run: |
$ANDROID_SDK_ROOT/cmake/${{ env.CMAKE_VERSION }}/bin/cmake --build build
$ANDROID_SDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip build/librpcsx-android.so
mv build/librpcsx-android.so librpcsx-android-${{ matrix.abi }}-${{ matrix.arch }}.so
- name: Deploy build