From: Matthew Newton Date: Mon, 11 Oct 2021 19:30:45 +0000 (+0100) Subject: CI: temporarily remove rawhide due to docker clone3 bug X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef8450cce0ebc0aafc037c1dd7bb15a6766d8a4;p=thirdparty%2Ffreeradius-server.git CI: temporarily remove rawhide due to docker clone3 bug as per https://github.com/actions/virtual-environments/issues/3812 --- diff --git a/.github/workflows/ci-rpm.yml b/.github/workflows/ci-rpm.yml index 2bc924ad05d..1838aedcf01 100644 --- a/.github/workflows/ci-rpm.yml +++ b/.github/workflows/ci-rpm.yml @@ -29,8 +29,7 @@ jobs: { "env": [ { "NAME": "centos-7", "OS": "centos:7", "DIST": "centos" }, - { "NAME": "centos-8", "OS": "centos:8", "DIST": "centos" }, - { "NAME": "fedora-rawhide", "OS": "fedora:rawhide", "DIST": "fedora" } + { "NAME": "centos-8", "OS": "centos:8", "DIST": "centos" } ] } EOF