-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
icu: 73.2 -> 74.2 #290509
icu: 73.2 -> 74.2 #290509
Conversation
cc @mweinelt |
Obsoleted by #290266 |
Obsoleted in what sense?? |
My sincerest apologies, I must've had a complete 🧠😶🌫️ earlier today. |
@GrahamcOfBorg eval |
Friendly ping to @mweinelt, @AndersonTorres, @anthonyroussel on this 🙂 |
@@ -21447,7 +21447,7 @@ with pkgs; | |||
icu74 | |||
; | |||
|
|||
icu = icu73; | |||
icu = icu74; |
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.
A mere change of defaults? Well, let's wait ofBorg then.
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.
Seems like all checks except for tests on x86_64-darwin have passed, not sure if these are related.
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.
ARM Darwin passed.
Darwin failure is LLVM timeout on staging (which is a stdenv dependency), this is not specific to this PR (and there is some work being done on ofBorg side to find a proper solution to this in the medium term) |
Note that ofBorg does not do a full reverse-dependency build so maybe if someone can guess possibly-fragile packages for ICU version bump we should ofborg-build them explicitly. |
About this, can we create some test suite, maybe in the form of a NixOS Test Module? |
Whatever packages we want to be built, can be added to |
This can be easy for some leaf packages like we do with live555-vlc. |
In regards to testing is there anything that you, @AndersonTorres and @7c6f434c, would like to see get added with this PR or should an issue be created that tracks the work? |
This can be done later. |
@ofborg build cfdg python3Packages.pyicu xfsprogs vte libical |
Unfortunately the failing ofborg builds failed due to a timeout trying to build llvm-16. Anything that could be done to address this?
|
Not really, Darwin + staging often ends up impossible to check on ofBorg due to stdenv being too heavy… |
Thanks for your insightful comments and for merging, @AndersonTorres and @7c6f434c, very much appreciated. |
https://icu.unicode.org/download/74
Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.