]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: install rust into each CI container
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 20 Apr 2024 16:12:39 +0000 (12:12 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sat, 20 Apr 2024 16:40:25 +0000 (12:40 -0400)
Enabled to test dracut-cpio on all CI Linux distribution.

test/container/Dockerfile-Debian
test/container/Dockerfile-Fedora-latest
test/container/Dockerfile-Ubuntu
test/container/Dockerfile-alpine

index bdd51de708d15d658725e7f163af98250904a570..184ffffdad28c3b2b672870d477d8a62248b4150 100644 (file)
@@ -11,6 +11,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && apt-get install -y -qq --
     busybox-static \
     bzip2 \
     ca-certificates \
+    cargo \
     console-setup \
     cpio \
     cryptsetup \
index 754a0af640b3196c24cdb9b0e63f1b32a362edbb..8279a8c0222dbf564f4408423f4e49535d8f6ae0 100644 (file)
@@ -9,6 +9,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     btrfs-progs \
     busybox \
     bzip2 \
+    cargo \
     cifs-utils \
     cryptsetup \
     dash \
index 054bc4ea70130a1bea0163b3668af6d7adaa8061..b33a960394d5a3df899371e2cf4ada0a7e3605e9 100644 (file)
@@ -10,6 +10,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
     busybox-static \
     bzip2 \
     ca-certificates \
+    cargo \
     console-setup \
     cpio \
     cryptsetup \
index cf64e2100cfe5ef6ffb435db343d7042cf295cda..af4503102da25478d3488c5440c997306e620287 100644 (file)
@@ -9,6 +9,7 @@ RUN apk add --no-cache \
     btrfs-progs \
     busybox \
     bzip2 \
+    cargo \
     coreutils \
     cpio \
     cryptsetup \