summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-01-28 15:34:13 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-28 17:36:56 +0100
commit91adcb2dcd9c590d9fab46e32fb6c4b50e1af2c1 (patch)
treea4fb305cb48a86099123f29cdbd06b38defbd7b3
parent46056d2c8a6d537f5d50cbf2aefa4acb9e912d37 (diff)
downloadtotem-pl-parser-91adcb2dcd9c590d9fab46e32fb6c4b50e1af2c1.tar.gz
ci: Use Fedora 33 for the CI
Working around this problem in libabigail's abidiff: https://sourceware.org/bugzilla/show_bug.cgi?id=27267 And installing an older version to fix this one: https://sourceware.org/bugzilla/show_bug.cgi?id=27269
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3287a7a..f0c397f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
LAST_ABI_BREAK: "9ccc3c78a5a41b86bdd2c9fb63ad4963e65e4f63"
build-fedora:
- image: fedora:latest
+ image: fedora:33
before_script:
# Update
- dnf -y update && dnf install -y $DEPENDENCIES
@@ -23,4 +23,6 @@ build-fedora:
- ninja -C _build install
# ABI check
- dnf install -y $DEPS_ABI_CHECK
+ # See https://sourceware.org/bugzilla/show_bug.cgi?id=27269
+ - rpm -Uvh --oldpackage https://kojipkgs.fedoraproject.org//packages/libabigail/1.7/2.fc33/x86_64/libabigail-1.7-2.fc33.x86_64.rpm
- ./.ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)