CI: Switch the Fedora image to wireshark-fedora-dev.

This commit is contained in:
Gerald Combs 2020-11-16 15:14:27 -08:00 committed by Wireshark GitLab Utility
parent 46af0bc744
commit 99bad1d667
1 changed files with 6 additions and 3 deletions

View File

@ -145,12 +145,15 @@ test:rpm-opensuse-15.2:
GIT_STRATEGY: none
dependencies:
- build:rpm-opensuse-15.2
# The custom Fedora image pre-installs dependencies and compilers to speed up the build:
# https://hub.docker.com/repository/docker/wireshark/wireshark-fedora-dev
# https://gitlab.com/wireshark/wireshark-containers/-/tree/master/dev/fedora
build:rpm-fedora:
<<: *build-rpm
image: fedora
image: wireshark/wireshark-fedora-dev
script:
- dnf upgrade -y
- tools/rpm-setup.sh --install-optional -y
#- dnf upgrade -y
- mkdir build
- cd build
- cmake3 -GNinja ..