diff options
author | Brad King <brad.king@kitware.com> | 2022-06-06 19:06:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-06 20:59:25 (GMT) |
commit | 49996faaac552cf80cb2de53e0719bc6ba43432a (patch) | |
tree | 75cda8af71e9b5f8f63d618495d8402e71ff3dc9 /.gitlab/os-linux.yml | |
parent | 3e791592ad44a6d44599bda346c85983e6fe89eb (diff) | |
download | CMake-49996faaac552cf80cb2de53e0719bc6ba43432a.zip CMake-49996faaac552cf80cb2de53e0719bc6ba43432a.tar.gz CMake-49996faaac552cf80cb2de53e0719bc6ba43432a.tar.bz2 |
ci: remove ISPC from the Fedora CI image
Revert commit 5ece12b7e4 (gitlab-ci: add ISPC to the Fedora CI image,
2020-08-18, v3.19.0-rc1~244^2). Later we will download ISPC in specific
jobs.
Update a `RunCMake.NinjaMultiConfig` test expectation to account for
a change to the Qt deployed on Fedora 36.
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 a822d94..0b2d382 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -69,7 +69,7 @@ ### Fedora .fedora36: - image: "kitware/cmake:ci-fedora36-x86_64-2022-05-17" + image: "kitware/cmake:ci-fedora36-x86_64-2022-06-06" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes" |