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

Drop Fedora 39 Support #309

Merged
merged 1 commit into from
Dec 27, 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
7 changes: 7 additions & 0 deletions .release-notes/fedora-39.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Drop Fedora 39 support

Fedora 39 has reached its end of life date. We've dropped it as a supported platform for `ponyc` and `ponyup`.

For `ponyup` that means, we no longer test against it when doing CI. Additinally, new installations of `ponyup` on Fedora 39 and related platforms won't recognize it as a supported package. If you install `ponyup` on such a platform, you'll need to set the platform to `fedora39` yourself.

For `ponyc` the lack of support means that if you are using `ponyup` on Fedora 39 that it won't be able to install any version of `ponyc` from the point that we stopped supporting Fedora 39 for `ponyc`. Any `ponyc` from 0.58.8 on will not be able to be installed via `ponyup` and will need to instead be built from source.
3 changes: 0 additions & 3 deletions ponyup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ Linux*)
;;
*x86_64-redhat-linux)
case "$(lsb_release -d)" in
*"Fedora Linux 39"*)
platform_triple_distro="fedora39"
;;
*"Fedora Linux 41"*)
platform_triple_distro="fedora41"
;;
Expand Down
Loading