From 5f0d83d2f2f3bf45c9cff45d756ff8d9130598d3 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 12 Oct 2025 06:53:09 +0200 Subject: [PATCH] cirrus: remove "file" dependency from focal-arm64 builds Probably that was also part of --install-recommends. fish requires "file", but system tests don't. --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9d2a16faa..e56d25b56 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -39,7 +39,6 @@ linux_arm_task: - mkdir build && cd build - FISH_TEST_MAX_CONCURRENCY=6 cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug .. - ninja -j 6 fish - - file ./fish - ninja fish_run_tests # CI task disabled during RIIR transition only_if: false && $CIRRUS_REPO_OWNER == 'fish-shell'