CI: drop Fedora 37, add Fedora 39

This makes 39 the ony to run at all times, and 38 one to run only with fullci.

(cherry picked from commit ee8cc77050)
This commit is contained in:
Christian Kreibich 2023-12-08 18:16:34 -08:00
parent 3cf68e3868
commit a979fa419d
2 changed files with 9 additions and 9 deletions

View file

@ -156,19 +156,19 @@ env:
# Linux EOL timelines: https://linuxlifecycle.com/ # Linux EOL timelines: https://linuxlifecycle.com/
# Fedora (~13 months): https://fedoraproject.org/wiki/Fedora_Release_Life_Cycle # Fedora (~13 months): https://fedoraproject.org/wiki/Fedora_Release_Life_Cycle
fedora39_task:
container:
# Fedora 39 EOL: Around Nov 2024
dockerfile: ci/fedora-39/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
fedora38_task: fedora38_task:
container: container:
# Fedora 38 EOL: Around May 2024 # Fedora 38 EOL: Around May 2024
dockerfile: ci/fedora-38/Dockerfile dockerfile: ci/fedora-38/Dockerfile
<< : *RESOURCES_TEMPLATE << : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE << : *CI_TEMPLATE
fedora37_task:
container:
# Fedora 37 EOL: Around Dec 2024
dockerfile: ci/fedora-37/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
<< : *SKIP_TASK_ON_PR << : *SKIP_TASK_ON_PR
centosstream9_task: centosstream9_task:

View file

@ -1,8 +1,8 @@
FROM fedora:37 FROM fedora:39
# 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 20230816 ENV DOCKERFILE_VERSION 20231208
RUN dnf -y install \ RUN dnf -y install \
bison \ bison \