[libgdata/wip/hadess/port-to-gcr-4: 1/4] ci: Require IPv6 support in CI




commit d8bb8083554fec1692debe91f38ddc720fd01863
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jul 12 11:40:33 2022 +0200

    ci: Require IPv6 support in CI
    
    Otherwise some of the tests will fail as they can only listen in
    on IPv4.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22c5f5cb..0a2bb878 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,8 @@ variables:
   LAST_ABI_BREAK: 27fb43ff72435854984f1c4ed35deff96d3c652a
 
 build_stable:
+  tags:
+    - ipv6
   before_script:
     - dnf update -y --nogpgcheck
     - dnf install -y --nogpgcheck $DEPENDENCIES


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