Skip to content

Commit

Permalink
Stop creating CentOS 8 prebuilt ponyc releases (#3955)
Browse files Browse the repository at this point in the history
CentOS 8 has been end-of-lifed.
  • Loading branch information
SeanTAllen authored Jan 4, 2022
1 parent 9a4e0c0 commit 5e6a7d2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 61 deletions.
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

0 comments on commit 5e6a7d2

Please sign in to comment.