Skip to content

Commit

Permalink
ci: Don't install make
Browse files Browse the repository at this point in the history
Not needed since previous commit.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Oct 18, 2024
1 parent fe88fba commit 2fb2992
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ci/alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ apk add \
jq \
libcap-dev \
libxslt \
make \
meson \
musl-dev \
pkgconfig
1 change: 0 additions & 1 deletion ci/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ apt install -y --no-install-recommends \
jq \
libcap-dev \
libidn2-0-dev \
make \
meson \
pkg-config \
xsltproc
1 change: 0 additions & 1 deletion ci/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ yum -y install \
jq \
libcap-devel \
libxslt \
make \
pkg-config

if [ "$(basename $0)" = "centos.sh" ] || [ "$(basename $0)" = "rockylinux.sh" ]; then
Expand Down
1 change: 0 additions & 1 deletion ci/opensuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ zypper --non-interactive install --no-recommends \
libcap-progs \
libidn2-devel \
libxslt-tools \
make \
meson \
ninja \
pkg-config

0 comments on commit 2fb2992

Please sign in to comment.