Browse Source

GHA CI: revert "[CI Ubuntu] Strip installed components"

For tester convenience, the binaries should ship with debug symbols.
This reverts commit b8aa9e5609.
adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
6e25db444e
  1. 4
      .github/workflows/ci_ubuntu.yaml

4
.github/workflows/ci_ubuntu.yaml

@ -81,7 +81,7 @@ jobs: @@ -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: @@ -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: |

Loading…
Cancel
Save