summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1d79757..fa4a590e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,10 +51,12 @@ abi-fedora:
needs:
- build-fedora
before_script:
- - dnf install -y $FEDORA_DEPENDENCIES_ABI_CHECK
+ - dnf update -y --nogpgcheck
+ - dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES
+ - dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES_ABI_CHECK
script:
- - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
- - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+ - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
+ - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
build-ubuntu:
image: ubuntu:latest