[24.11] libblake3: 1.5.5 -> 1.7.0#391418
[24.11] libblake3: 1.5.5 -> 1.7.0#391418wolfgangwalther merged 4 commits intoNixOS:release-24.11from
Conversation
cf75cd6 to
db559ee
Compare
|
Please do the following when manually backporting changes:
This is also documented: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#manually-backporting-changes |
db559ee to
d1b6af4
Compare
|
Please rebase after the merge of #391413. Edit: Although there doesn't seem to be a merge conflict.. so let's try merging this way... |
|
Hm, unfortunately realized too late, that this breaks the build for This does not happen on master, though. |
|
@wolfgangwalther Thanks for merging these. I don't have an The I think the minimum macOS available for The fix seems like it would be related to this PR: #346043 There they mention this:
I think the solution then would be to make this change: If that fixes it I can submit another PR (although not sure how I should format that since it's not a backport technically) or maybe you can just submit a quick follow up? |
|
Thanks for looking into it. Your analysis was 100% spot on, your solution was close. Instead of another SDK version, I had to use the |
This PR is a backport of
libblake3version1.7.0to release24.11from #390458This PR depends on another backport PR for
tbb_2022_0: #391413The backport is needed for NixOS/nix#12676
@Ericson2314