From f37951a03523883a50b635ce5a4dd6c699fdbecf Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 16 Nov 2020 18:36:21 -0800 Subject: [PATCH] CI: Clean up the CentOS 8 build. --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 245fbd4a3d..9d45c8979d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,13 +85,6 @@ build:rpm-centos-8: <<: *build-rpm image: wireshark/wireshark-centos-8-dev script: - - dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm - - dnf -y install dnf-plugins-core - # PowerTools is the CentOS name for CodeReady, where -devel packages live - - dnf config-manager --enable PowerTools - # Devel is a CentOS repository with some extra -devel packages not (yet?) in RHEL - - dnf config-manager --enable Devel - - tools/rpm-setup.sh --install-optional -y - mkdir build - cd build - cmake -GNinja ..