Skip to content

Commit

Permalink
Updates release notes for PR #245
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jan 20, 2023
1 parent 1513ee3 commit ed0d6c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .release-notes/245.md

This file was deleted.

6 changes: 6 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

We no longer support macOS on Intel. Going forward ponyup will only support macOS on Apple Silicon.

## Stop installing "generic gnu" ponyc builds

Previously, on glibc based Linux distributions, the default setup of ponyup would install the "generic gnu" builds of ponyc. These "generic builds" only work on Linux distributions that are library compatible with the build environment. This use of "generic gnu" made it easy to install a ponyc that wouldn't work on the users platform even if we have ponyc builds for said distribution.

We've stopped using the "generic gnu" builds and instead, on glibc Linux distributions, are using `lsb_release -d` to determine the distribution and if we support the distribution, set up ponyup to install ponyc builds for the distribution in question. If we don't support the distribution or recognize the output of `lsb_release`, an error message is displayed.

0 comments on commit ed0d6c2

Please sign in to comment.