]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: do not force Void CI continer to test zfs
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 30 Mar 2026 18:24:54 +0000 (14:24 -0400)
committerLaszlo <dev@kontrol.dev>
Mon, 30 Mar 2026 18:42:20 +0000 (14:42 -0400)
Running some tests with zfs enabled fails on Void.
Disable testing with zfs until the issue is resolved.

test/container/Dockerfile-void

index 21760e05cf415aabbfc108244d506c2f157b834e..30a72867b84aef3609bc81cd63d36b9d47ec3822 100644 (file)
@@ -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 \