[librsvg: 1/2] Work around #848 by using crun for runners instead of standard runc




commit 2308117f66e16cd5ea112f5dd4556f1474e93d95
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Feb 18 17:21:42 2022 -0600

    Work around #848 by using crun for runners instead of standard runc
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/667>

 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22b2a7576..58a39ca0e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,6 +52,10 @@ 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:
@@ -257,6 +261,10 @@ 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:
     RUSTFLAGS: "-Zinstrument-coverage"
     RUSTDOCFLAGS: "-Zinstrument-coverage"
@@ -337,6 +345,10 @@ distcheck:
     - '.cache'
   needs:
     - job: check
+  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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]