Remove Fedora 33 from CI

This commit is contained in:
Jonas Kvinge
2020-07-04 11:20:07 +02:00
parent 7fd5c058be
commit ab2732c55d
2 changed files with 0 additions and 95 deletions

View File

@@ -474,18 +474,6 @@ jobs:
- build_source
- build_rpm
build_fedora_33:
docker:
- image: fedora:33
environment:
RPM_BUILD_NCPUS: "2"
steps:
- install_fedora_dependencies
- checkout
- cmake
- build_source
- build_rpm
build_centos_8:
docker:
@@ -611,10 +599,6 @@ workflows:
filters:
tags:
only: /.*/
- build_fedora_33:
filters:
tags:
only: /.*/
- build_mageia_7: