summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-07-14 12:42:35 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-07-14 13:02:27 -0500
commit4aa3e035432948616a83bd413f0213afa9c277d8 (patch)
tree2505790e3f72eef56c559902199363763b26440b /.gitlab-ci.yml
parent52acc24c2f7893f8c69b8f1c7e94a471f2924ac7 (diff)
downloadlibrsvg-4aa3e035432948616a83bd413f0213afa9c277d8.tar.gz
(#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: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/716>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 0 insertions, 12 deletions
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"