From 4d7a60dda7029510a1d29973b00276c50d3c8db2 Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Mon, 30 Mar 2026 14:24:54 -0400 Subject: [PATCH] ci: do not force Void CI continer to test zfs Running some tests with zfs enabled fails on Void. Disable testing with zfs until the issue is resolved. --- test/container/Dockerfile-void | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/container/Dockerfile-void b/test/container/Dockerfile-void index 21760e05c..30a72867b 100644 --- a/test/container/Dockerfile-void +++ b/test/container/Dockerfile-void @@ -5,7 +5,6 @@ # - eudev (instead of systemd-udev) # - elogind (instead of logind) # - UEFI boot, UKI (without systemd) -# - zfs and zfs out of tree dracut module # - gzip compression # - clang # - dbus-daemon @@ -16,8 +15,7 @@ FROM ghcr.io/void-linux/void-glibc-full -# prefer running tests with zfs and clang -ENV TEST_FSTYPE=zfs +# prefer running tests with clang ENV CC=clang RUN xbps-install -Syu xbps && xbps-install -yu \ -- 2.47.3