summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-10 13:31:48 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-10 18:44:02 (GMT)
commit1186ed64d0b11c6ad34010bec0cc028780a7181e (patch)
tree7c26c41d491d560655eb74a1f921b887e92ce358 /.gitlab/ci/docker
parent60380bd77c93758774eb372c81c79fdf6557cffa (diff)
downloadCMake-1186ed64d0b11c6ad34010bec0cc028780a7181e.zip
CMake-1186ed64d0b11c6ad34010bec0cc028780a7181e.tar.gz
CMake-1186ed64d0b11c6ad34010bec0cc028780a7181e.tar.bz2
ci: add rpm-build to Fedora base image
This is needed to test the CPack RPM generator.
Diffstat (limited to '.gitlab/ci/docker')
-rwxr-xr-x.gitlab/ci/docker/fedora34/install_deps.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/fedora34/install_deps.sh b/.gitlab/ci/docker/fedora34/install_deps.sh
index 146d51f..1992373 100755
--- a/.gitlab/ci/docker/fedora34/install_deps.sh
+++ b/.gitlab/ci/docker/fedora34/install_deps.sh
@@ -36,6 +36,10 @@ dnf install --setopt=install_weak_deps=False -y \
jq \
which
+# Packages needed to test CPack.
+dnf install --setopt=install_weak_deps=False -y \
+ rpm-build
+
# Packages needed to test find modules.
dnf install --setopt=install_weak_deps=False -y \
alsa-lib-devel \