Browse Source

ci: Add nlohmann-json to Fedora base image

We need version 3.11.2 or higher, which Debian 10 does not package,
so leave it out of the Debian base images.
Brad King 2 years ago
parent
commit
f24c6ae5b8
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitlab/ci/docker/fedora37/deps_packages.lst
  2. 1 1
      .gitlab/os-linux.yml

+ 1 - 0
.gitlab/ci/docker/fedora37/deps_packages.lst

@@ -19,6 +19,7 @@ make
 bzip2-devel
 expat-devel
 jsoncpp-devel
+json-devel
 libarchive-devel
 libcurl-devel
 libuv-devel

+ 1 - 1
.gitlab/os-linux.yml

@@ -69,7 +69,7 @@
 ### Fedora
 
 .fedora37:
-    image: "kitware/cmake:ci-fedora37-x86_64-2023-03-29"
+    image: "kitware/cmake:ci-fedora37-x86_64-2023-05-17"
 
     variables:
         GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"