From 5685ec2b571da399fbf5d89ac893a01f1c1a212c Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 21 Apr 2023 18:59:21 -0600 Subject: CI: install diffutils and findutils autotools requires them, it seems, but it has worked so far...? Part-of: --- ci/container_builds.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ci') 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 -- cgit v1.2.1