Skip to content

Commit

Permalink
Debug nodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisar committed May 15, 2024
1 parent 9c266b0 commit 816088f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/fedora/get_fedora_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ set -x
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR

dnf -y --setopt=install_weak_deps=False --setopt=tsflags='' \
grep nodocs /etc/dnf/dnf.conf

dnf --dump-main-config -y --setopt=install_weak_deps=False --setopt=tsflags='' \
--nogpgcheck --quiet install --skip-broken \
python3-black \
clang \
Expand Down

0 comments on commit 816088f

Please sign in to comment.