]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Update package installations for CI
authorRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 21:40:29 +0000 (13:40 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 25 Dec 2023 21:40:29 +0000 (13:40 -0800)
Reflect the changed dependencies (add Const::Fast and JSON::MaybeXS,
remove Readonly and JSON).

ci/install

index 0a50c614d20327ceee8a98974ce717c86490c7fe..38f381b18b51c177be7c87c3aeb399e343b18819 100755 (executable)
@@ -14,7 +14,7 @@
 # sometimes the versions on CPAN won't install.  (We'll just skip the test if
 # it won't install.)
 #
-# Copyright 2015-2020 Russ Allbery <eagle@eyrie.org>
+# Copyright 2015-2020, 2023 Russ Allbery <eagle@eyrie.org>
 #
 # SPDX-License-Identifier: MIT
 
@@ -22,11 +22,11 @@ set -eux
 
 # Install packages.
 apt-get update -qq
-apt-get install aspell cpanminus cppcheck heimdal-multidev libcdb-dev   \
-        libdb-file-lock-perl libcrypt-pbkdf2-perl libdbd-sqlite3-perl   \
-        libdbi-perl libgetopt-long-descriptive-perl libipc-run-perl     \
-        libjson-perl libkrb5-dev libperl6-slurp-perl libreadonly-perl   \
-        libsqlite3-dev libtest-pod-perl libtest-spelling-perl           \
+apt-get install aspell cpanminus cppcheck heimdal-multidev libcdb-dev        \
+        libconst-fast-perl libdb-file-lock-perl libcrypt-pbkdf2-perl         \
+        libdbd-sqlite3-perl libdbi-perl libgetopt-long-descriptive-perl      \
+        libipc-run-perl libjson-maybexs-perl libkrb5-dev libperl6-slurp-perl \
+        libsqlite3-dev libtest-pod-perl libtest-spelling-perl                \
         libtest-strict-perl pkg-config perl tinycdb valgrind
 
 # Dependencies for Perl tests.