ci: Temporarily disable CentOS 7 tests

Suspend the CI runs on CentOS 7, which fail due to a cryptic git error
connected with checking out the libshared submodule version. Might be
just a bug that is fixed in more recent git versions, which would
explain why other CI runs work fine.
This commit is contained in:
Tomas Babej 2021-08-29 12:31:01 -04:00
parent 7a9c8eaf4a
commit ef176478e9
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -6,9 +6,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: "Centos 7"
runner: ubuntu-latest
dockerfile: centos7
- name: "Centos 8"
runner: ubuntu-latest
dockerfile: centos8