We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08292ea commit 60c4c55Copy full SHA for 60c4c55
scripts/ci-runner.sh
@@ -45,7 +45,8 @@ if dpkg --version; then
45
apt-get -qq install -y -o Dpkg::Use-Pty=0 \
46
sudo build-essential curl git dbus libsystemd-dev libpam-systemd systemd-container
47
else # Assuming Fedora
48
- dnf install -qy sudo curl gcc git dbus systemd-devel systemd-container
+ dnf install -qy --setopt=install_weak_deps=False --setopt=tsflags=nodocs \
49
+ sudo curl gcc git-core dbus systemd-devel systemd-container
50
fi
51
# Fixup git.
52
git config --global --add safe.directory /src
0 commit comments