build: remove make/autotools from required packages

This commit is contained in:
Jan Vaclav
2024-08-22 14:39:52 +02:00
parent 4db1829bc7
commit 593580feae
5 changed files with 5 additions and 13 deletions

View File

@@ -60,11 +60,11 @@ variables:
# #
# This is done by running `ci-fairy generate-template` and possibly bumping # This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag". # ".default_tag".
ALPINE_TAG: 'tag-ee13da0f38c7' ALPINE_TAG: 'tag-759073a4a7c5'
CENTOS_TAG: 'tag-5d3b59c9dd4b' CENTOS_TAG: 'tag-0d2843d78314'
DEBIAN_TAG: 'tag-b274cbc4bddd' DEBIAN_TAG: 'tag-529c288644bc'
FEDORA_TAG: 'tag-5d3b59c9dd4b' FEDORA_TAG: 'tag-0d2843d78314'
UBUNTU_TAG: 'tag-b274cbc4bddd' UBUNTU_TAG: 'tag-529c288644bc'
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh' ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh' CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh'

View File

@@ -7,7 +7,6 @@ apk update
apk add \ apk add \
'alpine-sdk' \ 'alpine-sdk' \
'autoconf' \ 'autoconf' \
'automake' \
'bash' \ 'bash' \
'clang' \ 'clang' \
'curl-dev' \ 'curl-dev' \
@@ -31,7 +30,6 @@ apk add \
'libteam-dev' \ 'libteam-dev' \
'libtool' \ 'libtool' \
'linux-headers' \ 'linux-headers' \
'make' \
'meson' \ 'meson' \
'mobile-broadband-provider-info' \ 'mobile-broadband-provider-info' \
'modemmanager-dev' \ 'modemmanager-dev' \

View File

@@ -32,9 +32,6 @@ install_ignore_missing() {
install \ install \
\ \
autoconf \
automake \
autopoint \
clang \ clang \
dbus \ dbus \
dbus-x11 \ dbus-x11 \
@@ -67,7 +64,6 @@ install \
libtool \ libtool \
libudev-dev \ libudev-dev \
locales \ locales \
make \
meson \ meson \
mobile-broadband-provider-info \ mobile-broadband-provider-info \
pkg-config \ pkg-config \

View File

@@ -69,7 +69,6 @@ install \
libselinux-devel \ libselinux-devel \
libtool \ libtool \
libuuid-devel \ libuuid-devel \
make \
meson \ meson \
mobile-broadband-provider-info-devel \ mobile-broadband-provider-info-devel \
newt-devel \ newt-devel \

View File

@@ -250,7 +250,6 @@ Conflicts: NetworkManager-initscripts-ifcfg-rh <= 1:1.47.5-3
Conflicts: NetworkManager-dispatcher-routing-rules <= 1:1.47.5-3 Conflicts: NetworkManager-dispatcher-routing-rules <= 1:1.47.5-3
%endif %endif
BuildRequires: make
BuildRequires: gcc BuildRequires: gcc
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig