From d8bb8083554fec1692debe91f38ddc720fd01863 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 12 Jul 2022 11:40:33 +0200 Subject: 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 -- cgit v1.2.1