From: Lucas De Marchi Date: Fri, 21 Feb 2025 23:06:55 +0000 (-0600) Subject: ci: Remove autotools dependencies from containers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04520dc91ec972e6d6aab320199fc48c9007d601;p=thirdparty%2Fkmod.git ci: Remove autotools dependencies from containers Not needed anymore. Signed-off-by: Lucas De Marchi --- diff --git a/.github/actions/setup-alpine/action.yml b/.github/actions/setup-alpine/action.yml index 636795bc..591089d6 100644 --- a/.github/actions/setup-alpine/action.yml +++ b/.github/actions/setup-alpine/action.yml @@ -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 \ diff --git a/.github/actions/setup-debian/action.yml b/.github/actions/setup-debian/action.yml index 8a09ac63..f9115572 100644 --- a/.github/actions/setup-debian/action.yml +++ b/.github/actions/setup-debian/action.yml @@ -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 \ diff --git a/.github/actions/setup-fedora/action.yml b/.github/actions/setup-fedora/action.yml index 1bc6b7d1..4ac3964d 100644 --- a/.github/actions/setup-fedora/action.yml +++ b/.github/actions/setup-fedora/action.yml @@ -13,8 +13,6 @@ runs: run: | dnf update -y dnf install -y \ - autoconf \ - automake \ clang \ compiler-rt \ gcc \ diff --git a/.github/actions/setup-ubuntu/action.yml b/.github/actions/setup-ubuntu/action.yml index 810fc32f..c644643b 100644 --- a/.github/actions/setup-ubuntu/action.yml +++ b/.github/actions/setup-ubuntu/action.yml @@ -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 \