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

Stop creating CentOS 8 prebuilt ponyc releases #3955

Merged
merged 1 commit into from
Jan 4, 2022
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
30 changes: 0 additions & 30 deletions .ci-dockerfiles/x86-64-unknown-linux-centos8-builder/Dockerfile

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,6 @@ task:
CACHE_BUSTER: 20210707
TRIPLE_VENDOR: unknown
TRIPLE_OS: linux-rocky8
- name: "nightly: x86-64-unknown-linux-centos8"
container:
image: ponylang/ponyc-ci-x86-64-unknown-linux-centos8-builder:20210225
environment:
CACHE_BUSTER: 20210225
TRIPLE_VENDOR: unknown
TRIPLE_OS: linux-centos8
- name: "nightly: x86-64-unknown-linux-gnu"
container:
image: ponylang/ponyc-ci-x86-64-unknown-linux-gnu-builder:20200423
Expand Down Expand Up @@ -443,13 +436,6 @@ task:
CACHE_BUSTER: 20210707
TRIPLE_VENDOR: unknown
TRIPLE_OS: linux-rocky8
- name: "release: x86-64-unknown-linux-centos8"
container:
image: ponylang/ponyc-ci-x86-64-unknown-linux-centos8-builder:20210225
environment:
CACHE_BUSTER: 20210225
TRIPLE_VENDOR: unknown
TRIPLE_OS: linux-centos8
- name: "release: x86-64-unknown-linux-gnu"
container:
image: ponylang/ponyc-ci-x86-64-unknown-linux-gnu-builder:20200423
Expand Down
5 changes: 5 additions & 0 deletions .release-notes/centos-8-eol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Stop creating Centos 8 releases

CentOS 8 has been end-of-lifed and will be receiving no further updates. As per our policy, we will no longer be building regular releases for CentOS 8. Existing releases can still be installed via ponyup, but no additional releases will be done.

Our CentOS 8 support has been replaced by support for Rocky 8.
1 change: 0 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ where `PLATFORM` is from the table below
Distribution | PLATFORM String
--- | ---
Alpine | musl
CentOS 8 | centos8
Linux Mint 19.3 | ubuntu18.04
Rocky 8 | rocky8
Ubuntu 18.04 | ubuntu18.04
Expand Down
1 change: 0 additions & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Package names will be:
* ponyc-x86-64-apple-darwin.tar.gz
* ponyc-x86-64-unknown-freebsd-13.0.tar.gz
* ponyc-x86-64-pc-windows-msvc.zip
* ponyc-x86-64-unknown-linux-centos8.tar.gz
* ponyc-x86-64-unknown-linux-gnu.tar.gz
* ponyc-x86-64-unknown-linux-musl.tar.gz
* ponyc-x86-64-unknown-linux-rocky8.tar.gz
Expand Down