From d2e1915dd50edc216a4f2c6772c0deb8b391d340 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 13 Dec 2022 19:28:02 -0600 Subject: Install ninja-build on Fedora --- ci/container_builds.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/container_builds.yml b/ci/container_builds.yml index 14b5b956..dea74b3d 100644 --- a/ci/container_builds.yml +++ b/ci/container_builds.yml @@ -13,7 +13,7 @@ include: variables: # When branching change the suffix to avoid conflicts with images # from the main branch - BASE_TAG: "2022-12-13.2-main" + BASE_TAG: "2022-12-13.3-main" RUST_STABLE: "1.64.0" .container.opensuse@x86_64: @@ -90,6 +90,7 @@ opensuse-container@x86_64: libasan libxkbcommon-devel libxml2-devel + ninja-build procps python3 python3-pip -- cgit v1.2.1