Running some tests with zfs enabled fails on Void.
Disable testing with zfs until the issue is resolved.
# - 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
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 \