From bd33d5472298bb69f426054b25166d93335bd6e2 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:35:21 -0400 Subject: [PATCH] CI: skip verifying Boxy SVG on armhf --- .github/workflows/update_apps.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_apps.yml b/.github/workflows/update_apps.yml index 126dbb0765..488f1131ac 100644 --- a/.github/workflows/update_apps.yml +++ b/.github/workflows/update_apps.yml @@ -266,9 +266,11 @@ jobs: # skip checking DDNet (due to Rust) if on arm32 under QEMU: https://github.com/rust-lang/cargo/issues/8719 # skip checking Microsoft PowerShell due to QEMU instability with .NET: https://github.com/Botspot/pi-apps/pull/2252#issuecomment-1403043945 # skip WPS Office on 32bit as it requires "64bit" kernel to be detected. QEMU reports an armv7 kernel. WPS Office is still tested on arm64 (which will verify if the deb works and installs correctly) + # skip Boxy SVG on 32bit due to QEMU instability skiplist="DDNet Microsoft PowerShell - WPS Office" + WPS Office + Boxy SVG" else # skip checking Microsoft PowerShell due to QEMU instability with .NET: https://github.com/Botspot/pi-apps/pull/2252#issuecomment-1403043945 skiplist="Microsoft PowerShell"