]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: add glibc to the Arch Linux container
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 6 Aug 2022 20:15:56 +0000 (20:15 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 12 Aug 2022 10:19:39 +0000 (10:19 +0000)
tgt has a dependency on glibc

test/container/Dockerfile-Arch

index 922b8edec97bb3e2891c9a8ad1f2fb9e7a4fc45d..8d8e943cbb3ee51ef07a09e6603eaa42ecb1c9d4 100644 (file)
@@ -12,12 +12,12 @@ RUN pacman --noconfirm -Sy \
     linux dash strace dhclient asciidoc cpio pigz \
     qemu btrfs-progs mdadm dmraid nfs-utils nfsidmap lvm2 nbd \
     dhcp networkmanager multipath-tools vi tcpdump open-iscsi \
-    git shfmt shellcheck astyle which base-devel && yes | pacman  -Scc
+    git shfmt shellcheck astyle which base-devel glibc && yes | pacman -Scc
 
 RUN useradd -m build
 RUN su build -c 'cd && git clone https://aur.archlinux.org/perl-config-general.git && cd perl-config-general && makepkg -s --noconfirm'
 RUN pacman -U --noconfirm ~build/perl-config-general/*.pkg.tar.*
-RUN su build -c 'cd && git clone https://aur.archlinux.org/tgt.git && cd tgt && echo "CFLAGS=-Wno-error=stringop-truncation" >> PKGBUILD && makepkg -s --noconfirm'
+RUN su build -c 'cd && git clone https://aur.archlinux.org/tgt.git && cd tgt && makepkg -s --noconfirm'
 RUN pacman -U --noconfirm ~build/tgt/*.pkg.tar.*
 RUN rm -fr ~build