From e31cf5ac232b8d7a98d26c8807cbd29f0f1ae91a Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 16 Feb 2023 16:20:05 +0800 Subject: [PATCH] GHA CI: revert "[CI Ubuntu] Strip installed components" For tester convenience, the binaries should ship with debug symbols. This reverts commit b8aa9e56092b54909b47d96ec4e9696261ccb892. --- .github/workflows/ci_ubuntu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index fb522bb8a..89fcbe0a9 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -81,7 +81,7 @@ jobs: cmake --build build --target qbt_update_translations cmake --build build cmake --build build --target check - DESTDIR="qbittorrent" cmake --install build --strip + DESTDIR="qbittorrent" cmake --install build - name: Build qBittorrent (Qt6) if: ${{ startsWith(matrix.qt_version, 6) }} @@ -100,7 +100,7 @@ jobs: cmake --build build --target qbt_update_translations cmake --build build cmake --build build --target check - DESTDIR="qbittorrent" cmake --install build --strip + DESTDIR="qbittorrent" cmake --install build - name: Prepare build artifacts run: |