mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 08:51:52 +08:00
ci: add rpm-build to Fedora base image
This is needed to test the CPack RPM generator.
This commit is contained in:
@@ -36,6 +36,10 @@ dnf install --setopt=install_weak_deps=False -y \
|
|||||||
jq \
|
jq \
|
||||||
which
|
which
|
||||||
|
|
||||||
|
# Packages needed to test CPack.
|
||||||
|
dnf install --setopt=install_weak_deps=False -y \
|
||||||
|
rpm-build
|
||||||
|
|
||||||
# Packages needed to test find modules.
|
# Packages needed to test find modules.
|
||||||
dnf install --setopt=install_weak_deps=False -y \
|
dnf install --setopt=install_weak_deps=False -y \
|
||||||
alsa-lib-devel \
|
alsa-lib-devel \
|
||||||
|
@@ -69,7 +69,7 @@
|
|||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
.fedora34:
|
.fedora34:
|
||||||
image: "kitware/cmake:ci-fedora34-x86_64-2021-06-07"
|
image: "kitware/cmake:ci-fedora34-x86_64-2021-06-10"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
||||||
|
Reference in New Issue
Block a user