]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: Remove autotools dependencies from containers
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 21 Feb 2025 23:06:55 +0000 (17:06 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 4 Mar 2025 21:30:03 +0000 (15:30 -0600)
Not needed anymore.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.github/actions/setup-alpine/action.yml
.github/actions/setup-debian/action.yml
.github/actions/setup-fedora/action.yml
.github/actions/setup-ubuntu/action.yml

index 636795bc111f10805b8717b341ea8e828dbf76e1..591089d633fb48f5df21ec9b0dc9c339c60011e7 100644 (file)
@@ -13,15 +13,12 @@ runs:
       run: |
         apk update
         apk add \
-          autoconf \
-          automake \
           bash \
           build-base \
           coreutils \
           clang \
           git \
           gtk-doc \
-          libtool \
           linux-edge-dev \
           meson \
           openssl-dev \
index 8a09ac637248c08c1c2ec37dc51296805bfaec4f..f9115572e20df28ed1855c6781abe7fa09651091 100644 (file)
@@ -15,8 +15,6 @@ runs:
         export TZ=Etc/UTC
         apt-get update
         apt-get install --yes \
-          autoconf \
-          automake \
           build-essential \
           clang \
           gcc-multilib \
@@ -24,7 +22,6 @@ runs:
           gtk-doc-tools \
           liblzma-dev \
           libssl-dev \
-          libtool \
           libzstd-dev \
           linux-headers-generic \
           meson \
index 1bc6b7d15a06f6e75ac1988c104691f868631371..4ac3964d0544cecafa29292f09f38287f2c1e324 100644 (file)
@@ -13,8 +13,6 @@ runs:
       run: |
         dnf update -y
         dnf install -y \
-          autoconf \
-          automake \
           clang \
           compiler-rt \
           gcc \
index 810fc32fb2bfaca09488f2c0eebee23f86e1733f..c644643b3547449a088571c0fc39394ff97264b8 100644 (file)
@@ -15,8 +15,6 @@ runs:
         export TZ=Etc/UTC
         apt-get update
         apt-get install --yes \
-          autoconf \
-          automake \
           build-essential \
           clang \
           gcc-multilib \
@@ -25,7 +23,6 @@ runs:
           gtk-doc-tools \
           liblzma-dev \
           libssl-dev \
-          libtool \
           libzstd-dev \
           linux-headers-generic \
           meson \