فهرست منبع

ci: Add aspell to Debian and Fedora base images

Brad King 8 ماه پیش
والد
کامیت
1056f0b166

+ 3 - 0
.gitlab/ci/docker/debian12-aarch64/deps_packages.lst

@@ -34,10 +34,13 @@ mercurial
 
 # Packages needed to test find modules.
 alsa-utils
+aspell
+aspell-en
 doxygen graphviz
 freeglut3-dev
 gnutls-dev
 libarchive-dev
+libaspell-dev
 libblas-dev
 libboost-dev
 libboost-filesystem-dev

+ 3 - 0
.gitlab/ci/docker/debian12-x86_64/deps_packages.lst

@@ -48,10 +48,13 @@ sudo
 
 # Packages needed to test find modules.
 alsa-utils
+aspell
+aspell-en
 doxygen graphviz
 freeglut3-dev
 gnutls-dev
 libarchive-dev
+libaspell-dev
 libblas-dev
 libboost-dev
 libboost-filesystem-dev

+ 3 - 0
.gitlab/ci/docker/fedora41/deps_packages.lst

@@ -59,6 +59,9 @@ rpm-build
 
 # Packages needed to test find modules.
 alsa-lib-devel
+aspell
+aspell-devel
+aspell-en
 blas-devel
 boost-devel
 boost-python3-devel

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

@@ -59,7 +59,7 @@
 ### Debian
 
 .debian12:
-    image: "kitware/cmake:ci-debian12-x86_64-2025-01-23"
+    image: "kitware/cmake:ci-debian12-x86_64-2025-03-31"
 
     variables:
         GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
@@ -74,7 +74,7 @@
         CMAKE_CI_NO_INSTALL: 1
 
 .debian12_aarch64:
-    image: "kitware/cmake:ci-debian12-aarch64-2025-02-24"
+    image: "kitware/cmake:ci-debian12-aarch64-2025-03-31"
 
     variables:
         GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
@@ -83,7 +83,7 @@
 ### Fedora
 
 .fedora41:
-    image: "kitware/cmake:ci-fedora41-x86_64-2025-02-03"
+    image: "kitware/cmake:ci-fedora41-x86_64-2025-03-31"
 
     variables:
         GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"