ci: Disable openh264 repository on tumbleweed

zypper refresh failed on it and we should not be needing packages
either.
This commit is contained in:
Arne Welzel 2023-05-23 18:38:07 +02:00
parent af00ffec24
commit 9f5ef553d5

View file

@ -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 \