Install missing dependencies in abi step

This commit is contained in:
ToMe25
2021-04-11 15:09:42 +00:00
committed by ToMe25
parent 065a021a82
commit 757d90b2ab

View File

@@ -51,7 +51,9 @@ 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)