From 9f5ef553d5d9479985c5ace9b679db344e95c88d Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Tue, 23 May 2023 18:38:07 +0200 Subject: [PATCH] ci: Disable openh264 repository on tumbleweed zypper refresh failed on it and we should not be needing packages either. --- ci/opensuse-tumbleweed/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/opensuse-tumbleweed/Dockerfile b/ci/opensuse-tumbleweed/Dockerfile index 2726c9c58f..635f9af1c5 100644 --- a/ci/opensuse-tumbleweed/Dockerfile +++ b/ci/opensuse-tumbleweed/Dockerfile @@ -2,7 +2,11 @@ FROM opensuse/tumbleweed # A version field to invalidate Cirrus's build cache when needed, as suggested in # https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822 -ENV DOCKERFILE_VERSION 20230428 +ENV DOCKERFILE_VERSION 20230523 + +# Remove the repo-openh264 repository, it caused intermittent issues +# and we should not be needing any packages from it. +RUN zypper modifyrepo --disable repo-openh264 || true RUN zypper refresh \ && zypper in -y \