Minor cleanup
This commit is contained in:
@@ -36,7 +36,7 @@ build-fedora:
|
|||||||
- tags
|
- tags
|
||||||
before_script:
|
before_script:
|
||||||
- dnf update -y --nogpgcheck
|
- dnf update -y --nogpgcheck
|
||||||
- dnf -y install --nogpgcheck $FEDORA_DEPENDENCIES
|
- dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES
|
||||||
script:
|
script:
|
||||||
- mkdir _build
|
- mkdir _build
|
||||||
- cd _build
|
- cd _build
|
||||||
@@ -52,8 +52,7 @@ abi-fedora:
|
|||||||
- build-fedora
|
- build-fedora
|
||||||
before_script:
|
before_script:
|
||||||
- dnf update -y --nogpgcheck
|
- dnf update -y --nogpgcheck
|
||||||
- dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES
|
- dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES $FEDORA_DEPENDENCIES_ABI_CHECK
|
||||||
- dnf install -y --nogpgcheck $FEDORA_DEPENDENCIES_ABI_CHECK
|
|
||||||
script:
|
script:
|
||||||
- curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
|
- 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)
|
- check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
|
||||||
|
Reference in New Issue
Block a user