From 9a45bc12c547c11ff94dadfc8784bd4b75abd496 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 6 Jun 2023 14:17:19 +0300 Subject: [PATCH] ci: Fix CI races in Debian Bullseye tests --- .github/workflows/ci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e814b7f..40b8fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,30 @@ jobs: --version ${{ matrix.version }} \ build + - name: Configure Podman for Debian Bullseye specifically + if: matrix.target == 'debian-bullseye' + run: | + # Create a Podman config specifically for Bullseye (see #388). + mkdir bullseye_fix + cd bullseye_fix + cat > containers.conf < Dockerfile.bullseye <