Now that alpine is less tested, let's use void instead for clang.
# export ARG
ARG DISTRIBUTION
-ENV CC=clang
-
# Packages to pass the BASIC test
RUN apk add --no-cache \
asciidoc \
bash \
binutils \
blkid \
- clang \
coreutils \
dracut \
dracut-tests \
# - elogind (instead of logind)
# - uki (without systemd)
# - zfs and zfs out of tree dracut module
+# - gzip compression
+# - clang
FROM ghcr.io/void-linux/void-glibc-full
-# prefer running tests with zfs
+# prefer running tests with zfs and clang
ENV TEST_FSTYPE=zfs
+ENV CC=clang
RUN xbps-install -Syu xbps && xbps-install -yu \
asciidoc \
binutils \
btrfs-progs \
cargo \
+ clang \
cpio \
cryptsetup \
dhclient \