mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Automatically update opensuse-tumbleweed
This commit is contained in:
parent
64bcf50837
commit
15a39c230c
3 changed files with 7 additions and 2 deletions
|
@ -253,8 +253,9 @@ opensuse_tumbleweed_task:
|
||||||
# Opensuse Tumbleweed has no EOL
|
# Opensuse Tumbleweed has no EOL
|
||||||
dockerfile: ci/opensuse-tumbleweed/Dockerfile
|
dockerfile: ci/opensuse-tumbleweed/Dockerfile
|
||||||
<< : *RESOURCES_TEMPLATE
|
<< : *RESOURCES_TEMPLATE
|
||||||
|
prepare_script: ./ci/opensuse-tumbleweed/prepare.sh
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
<< : *SKIP_TASK_ON_PR
|
# << : *SKIP_TASK_ON_PR
|
||||||
|
|
||||||
ubuntu2210_task:
|
ubuntu2210_task:
|
||||||
container:
|
container:
|
||||||
|
|
|
@ -2,7 +2,7 @@ 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 20230330
|
ENV DOCKERFILE_VERSION 20230428
|
||||||
|
|
||||||
RUN zypper refresh \
|
RUN zypper refresh \
|
||||||
&& zypper in -y \
|
&& zypper in -y \
|
||||||
|
|
4
ci/opensuse-tumbleweed/prepare.sh
Executable file
4
ci/opensuse-tumbleweed/prepare.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
zypper refresh
|
||||||
|
zypper patch -y --with-update --with-optional
|
Loading…
Add table
Add a link
Reference in a new issue