-
-
Notifications
You must be signed in to change notification settings - Fork 17.5k
libblake3: fix FreeBSD cross-compile builds #401250
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
Merged
Ericson2314
merged 2 commits into
NixOS:master
from
silvanshade:blake3-tbb-freebsd-fixes
Apr 29, 2025
Merged
libblake3: fix FreeBSD cross-compile builds #401250
Ericson2314
merged 2 commits into
NixOS:master
from
silvanshade:blake3-tbb-freebsd-fixes
Apr 29, 2025
Conversation
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
1 task
Ericson2314
reviewed
Apr 24, 2025
Ericson2314
reviewed
Apr 24, 2025
698ecc7 to
9c3f8a7
Compare
Member
Author
|
I made some changes addressing the reviews, notably adding the |
This adds @Ericson2314's upstream patch to the package.
9c3f8a7 to
d15765c
Compare
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-401250-to-release-24.11 origin/release-24.11
cd .worktree/backport-401250-to-release-24.11
git switch --create backport-401250-to-release-24.11
git cherry-pick -x 3e5422c2e7030dbeea5727094f66554a399fa76a d15765c0e91d1a8c1eb61e82318ae2945d93f5b2 |
Member
|
Oh combination of this and #402739 breaks eval, because two |
This was referenced Apr 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: cross-compilation
Building packages on a different platform than they will be used on
10.rebuild-darwin: 101-500
This PR causes between 101 and 500 packages to rebuild on Darwin.
10.rebuild-linux: 101-500
This PR causes between 101 and 500 packages to rebuild on Linux.
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.
This PR fixes
libblake3cross-compile builds for FreeBSD.It also patches
tbbto fix the tests on FreeBSD and Windows.Follows from discussion at #401156