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 1, 2024
1 parent b8dde98 commit 77654d0
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 48 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

name: ${{ matrix.name }}
container:
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

name: ${{ matrix.name }}
container:
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.
1 change: 0 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Linux Mint 20.x | x86_64-linux-ubuntu20.04
Linux Mint 21.x | x86_64-linux-ubuntu22.04
Pop!_OS 20.04 | x86_64-linux-ubuntu20.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-musl.tar.gz
* ponyc-x86-64-unknown-linux-ubuntu20.04.tar.gz
* ponyc-x86-64-unknown-linux-ubuntu22.04.tar.gz
Expand Down

0 comments on commit 77654d0

Please sign in to comment.