Skip to content

Commit 60c4c55

Browse files
committed
scripts/ci-runner: less Fedora packages
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 08292ea commit 60c4c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci-runner.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ if dpkg --version; then
4545
apt-get -qq install -y -o Dpkg::Use-Pty=0 \
4646
sudo build-essential curl git dbus libsystemd-dev libpam-systemd systemd-container
4747
else # Assuming Fedora
48-
dnf install -qy sudo curl gcc git dbus systemd-devel systemd-container
48+
dnf install -qy --setopt=install_weak_deps=False --setopt=tsflags=nodocs \
49+
sudo curl gcc git-core dbus systemd-devel systemd-container
4950
fi
5051
# Fixup git.
5152
git config --global --add safe.directory /src

0 commit comments

Comments
 (0)