summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-04-21 18:59:21 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-04-21 18:59:21 -0600
commit5685ec2b571da399fbf5d89ac893a01f1c1a212c (patch)
treea6db5774fac752b3de3f39bc12e7fed90b20ce10
parenta99e42b123683d694432ebcb4734169a1715cd63 (diff)
downloadlibrsvg-5685ec2b571da399fbf5d89ac893a01f1c1a212c.tar.gz
CI: install diffutils and findutils
autotools requires them, it seems, but it has worked so far...? Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>
-rw-r--r--ci/container_builds.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index a9a687b6..d44f17c7 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -6,7 +6,7 @@ include:
variables:
# When branching change the suffix to avoid conflicts with images
# from the main branch
- BASE_TAG: "2023-03-28.0-main"
+ BASE_TAG: "2023-04-21.0-main"
RUST_STABLE: "1.68.2"
RUST_MINIMUM: "1.64.0"
@@ -24,6 +24,8 @@ variables:
clang
clang-tools
curl
+ diffutils
+ findutils
gcc
gdb
gdk-pixbuf-devel