Skip to content

Commit db87fb2

Browse files
committed
Update tests to the latest (alpha) releases
Squashed commit of the following: commit 0bc4b67 Author: Paul Colby <[email protected]> Date: Sun Jan 19 18:01:50 2025 +1100 Update checksums for the latest (alpha) releases Also log the _actual_ checksums to updating _expected_ checkums easier in future. commit 4845d69 Author: Paul Colby <[email protected]> Date: Sun Jan 19 18:00:00 2025 +1100 Update tests to the latest (alpha) releases
1 parent 6a99e06 commit db87fb2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
install-deps: false
5656
plugins: appimage@1-alpha-20230713-1 qt
5757
set-env: false
58-
version: 1-alpha-20240109-1
58+
version: 2.0.0-alpha-1-20241106
5959
- name: Check post-state
6060
run: |
6161
apt list --installed > "${RUNNER_TEMP}/apt.post"
@@ -64,12 +64,13 @@ jobs:
6464
diff -u "${RUNNER_TEMP}/env."{pre,post}
6565
- name: Check installed binaries
6666
run: |
67-
sha384sum --check <<--
68-
695dbdd17adbf8bc0117fc6ad7e7054099965e7c65963b382373ca90d1b0b9409691ff7107d4bb1e83d4790636ce6b8f\
67+
sha384sum "${INSTALL_DIR}"/*.AppImage # Log the actual checksums for debugging / diagnostics.
68+
sha384sum --check --strict <<--
69+
5b314ddedc5fa78747224e276003f83209232031b402bd72626c468043b5e89c6f2731e6613f2ac7c3284b500076e3ae\
6970
${INSTALL_DIR}/linuxdeploy-i386.AppImage
7071
28550e5f1699bc826d645d8f8116575df31d7cc16d2ad566a81d11087695fa1445893c0c3ac464a2cb65808bafdd1acd\
7172
${INSTALL_DIR}/linuxdeploy-plugin-appimage-i386.AppImage
72-
a558dcc455997d36fa781ac60ef9bed4cabea4ba716865632fd86460d34de0dc39162cb1de5cd877d2f2d2c16a393003\
73+
1f34dc368a588286e615b0af719631e31f3a1f1fe8f9f092eda2844723856a25754068c03b7652c55bac3482bc5d0a0d\
7374
${INSTALL_DIR}/linuxdeploy-plugin-qt-i386.AppImage
7475
-
7576
strategy:
@@ -151,7 +152,7 @@ jobs:
151152
native_packages@continuous
152153
ncurses@master
153154
python@continuous
154-
155+
155156
steps:
156157
- uses: actions/checkout@v4
157158
- name: Filter plugins not supported for this arch

0 commit comments

Comments
 (0)