GitLab CI: Remove more external dependencies.

This commit is contained in:
Gerald Combs 2020-12-09 15:42:23 -08:00 committed by Wireshark GitLab Utility
parent 1bf7c9a693
commit 273eb0efcc
1 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,6 @@ build:rpm-centos-7:
<<: *build-rpm
image: centos:7
script:
- yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- mkdir build
- cd build
- cmake3 -GNinja ..
@ -79,7 +78,6 @@ test:rpm-centos-7:
stage: test
image: centos:7
script:
- yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- yum --nogpgcheck localinstall -y build/packaging/rpm/RPMS/x86_64/*.rpm
- tshark --version
dependencies: