Skip to content

Commit 86745d7

Browse files
Chocobo1sledgehammer999
authored andcommitted
GHA CI: use static versions of AppImage builder
It does not affect the produced artifacts. The only difference is the tool itself won't depend on some specific OS image or library version. PR qbittorrent#20983.
1 parent 210650a commit 86745d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_ubuntu.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ jobs:
138138
curl \
139139
-L \
140140
-Z \
141-
-O https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage \
142-
-O https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage \
141+
-O https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-static-x86_64.AppImage \
142+
-O https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-static-x86_64.AppImage \
143143
-O https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage
144144
chmod +x \
145-
linuxdeploy-x86_64.AppImage \
146-
linuxdeploy-plugin-qt-x86_64.AppImage \
145+
linuxdeploy-static-x86_64.AppImage \
146+
linuxdeploy-plugin-qt-static-x86_64.AppImage \
147147
linuxdeploy-plugin-appimage-x86_64.AppImage
148148
149149
- name: Prepare files for AppImage
@@ -156,12 +156,12 @@ jobs:
156156
157157
- name: Package AppImage
158158
run: |
159-
./linuxdeploy-x86_64.AppImage --appdir qbittorrent --plugin qt
159+
./linuxdeploy-static-x86_64.AppImage --appdir qbittorrent --plugin qt
160160
rm qbittorrent/apprun-hooks/*
161161
cp .github/workflows/helper/appimage/export_vars.sh qbittorrent/apprun-hooks/export_vars.sh
162162
NO_APPSTREAM=1 \
163163
OUTPUT=upload/qbittorrent-CI_Ubuntu_x86_64.AppImage \
164-
./linuxdeploy-x86_64.AppImage --appdir qbittorrent --output appimage
164+
./linuxdeploy-static-x86_64.AppImage --appdir qbittorrent --output appimage
165165
166166
- name: Upload build artifacts
167167
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)