[totem-pl-parser/wip/hadess/fix-ci] ci: Use Fedora 33 for the CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem-pl-parser/wip/hadess/fix-ci] ci: Use Fedora 33 for the CI
- Date: Thu, 28 Jan 2021 15:54:05 +0000 (UTC)
commit 3eae2ffac0fbb0b52a5769c00c9383449d0b1550
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jan 28 15:34:13 2021 +0100
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 the update to fix this one:
https://sourceware.org/bugzilla/show_bug.cgi?id=27269
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3287a7a..2a8d907 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,7 @@ build-fedora:
- ninja -C _build install
# ABI check
- dnf install -y $DEPS_ABI_CHECK
+ # This update is needed to not crash:
+ # https://bodhi.fedoraproject.org/updates/FEDORA-2021-5fbee5fad3
+ - rpm -Uvh
https://kojipkgs.fedoraproject.org//packages/libabigail/1.8.1/1.fc33/x86_64/libabigail-1.8.1-1.fc33.x86_64.rpm
- ./.ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]