mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
ci: Disable openh264 repository on tumbleweed
zypper refresh failed on it and we should not be needing packages either.
This commit is contained in:
parent
af00ffec24
commit
9f5ef553d5
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@ FROM opensuse/tumbleweed
|
||||||
|
|
||||||
# A version field to invalidate Cirrus's build cache when needed, as suggested in
|
# 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
|
# 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 \
|
RUN zypper refresh \
|
||||||
&& zypper in -y \
|
&& zypper in -y \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue