Merged
Conversation
5 tasks
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds deprecation and disable notices for the Nu formula due to it being unmaintained, and adds an architecture constraint for Linux builds.
- Adds deprecation (2025-10-29) and disable (2026-10-29) notices for the unmaintained Nu formula
- Restricts Linux builds to x86_64 architecture due to arm64 build failures
botantony
approved these changes
Oct 29, 2025
daeho-ro
approved these changes
Oct 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deprecating due to large list of workarounds/patches/hacks that were reported upstream:
#if-conditional code needed to build on ARM64 programming-nu/nu#102Also part of work item to deprecate/remove
pcre(already done by Debian, in progress at Arch Linux and other distros).Making x86_64-only on Linux to hide from tracker as code doesn't build on arm64 without more patches.
Only distributed by us and MacPorts (https://repology.org/project/nu-lang/versions)