From bbfe364f8e6310527beb2d06390d030718296f66 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 5 Apr 2026 00:32:23 +0200 Subject: [PATCH] More CI pipeline fixes --- .ci/muon/run.sh | 1 - .github/workflows/test.yml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.ci/muon/run.sh b/.ci/muon/run.sh index 39333e2c..933ef8c8 100755 --- a/.ci/muon/run.sh +++ b/.ci/muon/run.sh @@ -3,7 +3,6 @@ set -eux dir="${1:-build_muon}" -shift if muon version >/dev/null; then MUON=muon diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e39f2f82..8423625d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -166,7 +166,7 @@ jobs: - name: Install deps run: | - .ci/deps.sh iputils-arping clang + .ci/deps.sh iputils-arping clang python3-pip pip3 install --upgrade cryptography - name: Sanitize tests with default settings @@ -200,9 +200,9 @@ jobs: - almalinux:latest - fedora:latest - fedora:rawhide - - debian:oldstable - - debian:stable - - debian:testing + - debian:oldstable-slim + - debian:stable-slim + - debian:testing-slim - ubuntu:latest - ubuntu:rolling container: -- 2.47.3