diff mbox series

ptest-packagelists.inc: disable zstd for RISCV64

Message ID 20260916092420.246738-1-joaomarcos.costa@bootlin.com
State New
Headers show
Series ptest-packagelists.inc: disable zstd for RISCV64 | expand

Commit Message

João Marcos Costa Sept. 16, 2026, 9:24 a.m. UTC
Timeouts have been observed in the autobuilder, and a bug [1] was filed at
Bugzilla.

Most of the time, the cli-tests fail when running
tests/cli-tests/compression/window-resize.sh.

Disable zstd for riscv64, for the time being.

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=16428

Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
---
 meta/conf/distro/include/ptest-packagelists.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 2b5d665abe..bac4d3498c 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -163,8 +163,8 @@  PTESTS_PROBLEMS:append:riscv32 = " lttng-tools strace"
 PTESTS_SLOW:append:libc-musl = " libc-test"
 
 # These tests don't yet pass for riscv64
-PTESTS_SLOW:remove:riscv64 = "tcl tcl8 python3-cffi strace lttng-tools python3-numpy perl glib-2.0"
-PTESTS_PROBLEMS:append:riscv64 = " tcl tcl8 python3-cffi strace lttng-tools python3-numpy perl glib-2.0"
+PTESTS_SLOW:remove:riscv64 = "tcl tcl8 python3-cffi strace lttng-tools python3-numpy perl glib-2.0 zstd"
+PTESTS_PROBLEMS:append:riscv64 = " tcl tcl8 python3-cffi strace lttng-tools python3-numpy perl glib-2.0 zstd"
 
 # These tests don't yet pass for musl qemuarm64
 PTESTS_SLOW:remove:libc-musl:qemuarm64 = "strace perl gnutls glib-2.0"