From: Jo Zzsi Date: Mon, 30 Mar 2026 18:24:54 +0000 (-0400) Subject: ci: do not force Void CI continer to test zfs X-Git-Tag: 111~76 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4d7a60d;p=thirdparty%2Fdracut-ng.git 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. --- 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 \