Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Remove CentOS 7 and Debian 10 builds #394

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@ centosstream8_task:
<< : *CI_TEMPLATE
<< : *UNIX_ENV

centos7_task:
container:
# CentOS 7 EOL: June 30, 2024
dockerfile: ci/centos-7/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
<< : *UNIX_ENV

debian12_task:
container:
# Debian 12 (bookworm) EOL: TBD
Expand All @@ -119,14 +111,6 @@ debian11_task:
<< : *CI_TEMPLATE
<< : *UNIX_ENV

debian10_task:
container:
# Debian 10 EOL: June 2024
dockerfile: ci/debian-10/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
<< : *UNIX_ENV

opensuse_leap_15_5_task:
container:
# Opensuse Leap 15.5 EOL: ~Dec 2024
Expand Down
49 changes: 0 additions & 49 deletions ci/centos-7/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions ci/debian-10/Dockerfile

This file was deleted.

Loading