summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-10 12:10:24 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-10 12:20:10 +0100
commitbba20fcb2b44e52b5840fa16ec1a1dc6bdb528ff (patch)
treed4edf80fe1304ff4d23f9d92c8d2e4a44ac7821a /.gitlab-ci.yml
parent3df2e254a327f0c1b4f830da54f349c3d74122ab (diff)
downloadtotem-bba20fcb2b44e52b5840fa16ec1a1dc6bdb528ff.tar.gz
ci: Don't install weak deps
They're not needed for building totem.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0c30dff8..9358483ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ build-fedora:
image: fedora:latest
stage: test
before_script:
- - dnf install -y $FEDORA_DEPS
+ - dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS
# See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
- dnf remove -y pylint
script: