From 4aa3e035432948616a83bd413f0213afa9c277d8 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 14 Jul 2022 12:42:35 -0500 Subject: (#848) CI: remove the "crun" tag from all the jobs that had it It was required for https://gitlab.gnome.org/GNOME/librsvg/-/issues/848 - downstream from https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/545 - but now all the CentOS runners are replaced with Fedora ones. Fixes #848. Part-of: --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dd396d1..4abe2ab6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,10 +62,6 @@ cargo_test: - cargo test -- --skip loading_crash --skip reference --skip render_crash .build-rsvg: - tags: - # FIXME: remove this once the runners get CentOS upgraded - # see https://gitlab.gnome.org/GNOME/librsvg/-/issues/848 - - crun extends: '.cache' stage: build script: @@ -270,10 +266,6 @@ coverage: - job: opensuse-container@x86_64.nightly - job: check artifacts: false - tags: - # FIXME: remove this once the runners get CentOS upgraded - # see https://gitlab.gnome.org/GNOME/librsvg/-/issues/848 - - crun variables: CFLAGS: "-coverage -ftest-coverage -fprofile-arcs" RUSTFLAGS: "-Cinstrument-coverage" @@ -355,10 +347,6 @@ distcheck: needs: - job: check artifacts: false - tags: - # FIXME: remove this once the runners get CentOS upgraded - # see https://gitlab.gnome.org/GNOME/librsvg/-/issues/848 - - crun variables: DESTDIR: "/tmp/distcheck" LIBRSVG_DEBUG: "no" -- cgit v1.2.1