-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
libunwind: 1.6.2 -> 1.7.2 #253133
libunwind: 1.6.2 -> 1.7.2 #253133
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/2766 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nixpkgs-review is being a bit grumpy, so a review of the diff will have to do for now:
The switch from gnu savannah to github is mentioned here, but not discussed.
- The removed patch is tagged in 1.7.2
- loongarch64-linux is added in Add port for Linux on LoongArch libunwind/libunwind#316
changelog:
|
||
src = fetchurl { | ||
url = "mirror://savannah/libunwind/${pname}-${version}.tar.gz"; | ||
sha256 = "sha256-SmrsZmmR+0XQiJxErt6K1usQgHHDVU/N/2cfnJR5SXY="; | ||
url = "https://github.com/libunwind/libunwind/releases/download/v${version}/libunwind-${version}.tar.gz"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use their provided tarballs, or should we rather use fetchFromGitHub
? I can't seem to find any CI job creating those tarballs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
The original upstream no longer publishs new tarballs, switch to GitHub. Remove upstreamed patch. Add new platforms supported by latest libunwind.
LGTM, built 5 reverse dependencies locally and they seem to work. |
Description of changes
The original upstream no longer publishs new tarballs, switch to GitHub.
Remove upstreamed patch.
Add new platforms supported by latest libunwind.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)