diff options
author | Brad King <brad.king@kitware.com> | 2021-06-10 13:31:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-10 18:44:02 (GMT) |
commit | 1186ed64d0b11c6ad34010bec0cc028780a7181e (patch) | |
tree | 7c26c41d491d560655eb74a1f921b887e92ce358 /.gitlab/os-linux.yml | |
parent | 60380bd77c93758774eb372c81c79fdf6557cffa (diff) | |
download | CMake-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/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 997beab..6b490be 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -69,7 +69,7 @@ ### Fedora .fedora34: - image: "kitware/cmake:ci-fedora34-x86_64-2021-06-07" + image: "kitware/cmake:ci-fedora34-x86_64-2021-06-10" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes" |