Skip to content

Commit

Permalink
CI: Add Fedora 36, remove Fedora 34
Browse files Browse the repository at this point in the history
(cherry picked from commit 94e1d57)
  • Loading branch information
0xxon authored and timwoj committed Jun 21, 2022
1 parent adfdc71 commit 2f4c066
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Expand Up @@ -136,10 +136,10 @@ fedora35_task:
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE

fedora34_task:
fedora36_task:
container:
# Fedora 34 EOL: Around May 2022
dockerfile: ci/fedora-34/Dockerfile
# Fedora 36 EOL: Around May 2023
dockerfile: ci/fedora-36/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE

Expand Down
4 changes: 2 additions & 2 deletions ci/fedora-34/Dockerfile → ci/fedora-36/Dockerfile
@@ -1,8 +1,8 @@
FROM fedora:34
FROM fedora:36

# A version field to invalide Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20220519
ENV DOCKERFILE_VERSION 20220614

RUN dnf -y install \
ccache \
Expand Down

0 comments on commit 2f4c066

Please sign in to comment.