Skip to content

Commit

Permalink
Drop Fedora 39 support
Browse files Browse the repository at this point in the history
End of life for Fedora 39 was in November 2024.
  • Loading branch information
SeanTAllen committed Dec 3, 2024
1 parent c7614ad commit 3a46870
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 49 deletions.
23 changes: 0 additions & 23 deletions .ci-dockerfiles/x64-64-unknown-linux-fedora39-builder/Dockerfile

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
name: x86-64-unknown-linux-musl
triple-os: linux-musl
triple-vendor: unknown
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-fedora39-builder:20240129
name: x86-64-unknown-linux-fedora39
triple-os: linux-fedora39
triple-vendor: unknown
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-fedora41-builder:20241201
name: x86-64-unknown-linux-fedora41
triple-os: linux-fedora41
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
name: x86-64-unknown-linux-musl
triple-os: linux-musl
triple-vendor: unknown
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-fedora39-builder:20240129
name: x86-64-unknown-linux-fedora39
triple-os: linux-fedora39
triple-vendor: unknown
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-fedora41-builder:20241201
name: x86-64-unknown-linux-fedora41
triple-os: linux-fedora41
Expand Down
5 changes: 5 additions & 0 deletions .release-notes/fedora39.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Drop Fedora 39 support

Fedora 39 has reached its end of life date. We've dropped it as a supported platform. That means, we no longer create prebuilt binaries for installation via `ponyup` for Fedora 39.

We will maintain best effort to keep Fedora 39 continuing to work for anyone who wants to use it and builds `ponyc` from source.
3 changes: 1 addition & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ At the moment, we support all supported LTS Ubuntu versions and any distribution

Currently, we have packages for the following Glibc based distributions:

- Fedora 39, 41
- Fedora 41
- Linux Mint 19, 20, 21
- Pop!_OS 20.04, 22.04, 24.04
- Ubuntu 20.04, 22.04, 24.04
Expand All @@ -42,7 +42,6 @@ where `PLATFORM` is from the table below
Distribution | PLATFORM String
--- | ---
Alpine | x86_64-linux-musl
Fedora 39 | x86_64-linux-fedora39
Fedora 41 | x86_64-linux-fedora41
Linux Mint 20.x | x86_64-linux-ubuntu20.04
Linux Mint 21.x | x86_64-linux-ubuntu22.04
Expand Down
1 change: 0 additions & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Package names will be:
* ponyc-arm64-apple-darwin.tar.gz
* ponyc-x86-64-apple-darwin.tar.gz
* ponyc-x86-64-pc-windows-msvc.zip
* ponyc-x86-64-unknown-linux-fedora39.tar.gz
* ponyc-x86-64-unknown-linux-fedora41.tar.gz
* ponyc-x86-64-unknown-linux-musl.tar.gz
* ponyc-x86-64-unknown-linux-ubuntu20.04.tar.gz
Expand Down

0 comments on commit 3a46870

Please sign in to comment.