[LTP] [PATCH 3/6] ci: Don't install asciidoc{,tor}

Petr Vorel pvorel@suse.cz
Fri Feb 7 11:55:48 CET 2025


It was removed from GitHub Actions build previous commit.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 ci/alpine.sh     | 2 --
 ci/debian.sh     | 8 --------
 ci/fedora.sh     | 2 --
 ci/tumbleweed.sh | 3 ---
 4 files changed, 15 deletions(-)

diff --git a/ci/alpine.sh b/ci/alpine.sh
index 93acd6267b..f486cd51ea 100755
--- a/ci/alpine.sh
+++ b/ci/alpine.sh
@@ -6,8 +6,6 @@ apk update
 
 apk add \
 	acl-dev \
-	asciidoc \
-	asciidoctor \
 	autoconf \
 	automake \
 	clang \
diff --git a/ci/debian.sh b/ci/debian.sh
index fc1c1b3ec6..06eedb47c9 100755
--- a/ci/debian.sh
+++ b/ci/debian.sh
@@ -35,9 +35,6 @@ pkg_minimal="
 
 pkg_nonessential="
 	acl-dev
-	asciidoc-base
-	asciidoc-dblatex
-	asciidoctor
 	libacl1-dev
 	libaio-dev
 	libcap-dev
@@ -50,9 +47,6 @@ pkg_nonessential="
 	libssl-dev
 "
 
-# Missing on Ubuntu 18.04 LTS (Bionic Beaver)
-pkg_maybe_nonessential="ruby-asciidoctor-pdf"
-
 case "$ACTION" in
 	minimal)
 		echo "=== Installing only minimal dependencies ==="
@@ -61,12 +55,10 @@ case "$ACTION" in
 	remove-nonessential)
 		echo "=== Make sure devel libraries are removed ==="
 		$remove $pkg_nonessential
-		$remove $pkg_maybe_nonessential || true
 		;;
 	*)
 		echo "=== Installing dependencies ==="
 		$install $pkg_minimal $pkg_nonessential
-		$install $pkg_maybe_nonessential || true
 		;;
 esac
 
diff --git a/ci/fedora.sh b/ci/fedora.sh
index 623dbb5cb6..d1f3c78113 100755
--- a/ci/fedora.sh
+++ b/ci/fedora.sh
@@ -5,7 +5,6 @@
 yum="yum -y install --skip-broken"
 
 $yum \
-	asciidoc \
 	autoconf \
 	automake \
 	make \
@@ -24,4 +23,3 @@ $yum \
 
 # CentOS 8 fixes
 $yum libmnl-devel || $yum libmnl
-$yum rubygem-asciidoctor || true
diff --git a/ci/tumbleweed.sh b/ci/tumbleweed.sh
index 42d62c0e05..841ed67869 100755
--- a/ci/tumbleweed.sh
+++ b/ci/tumbleweed.sh
@@ -5,7 +5,6 @@
 zyp="zypper --non-interactive install --force-resolution --no-recommends"
 
 $zyp \
-	asciidoc \
 	autoconf \
 	automake \
 	clang \
@@ -29,5 +28,3 @@ $zyp \
 	lsb-release \
 	perl-JSON \
 	pkg-config
-
-$zyp ruby2.7-rubygem-asciidoctor || $zyp ruby2.5-rubygem-asciidoctor || true
-- 
2.47.2



More information about the ltp mailing list