-
-
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
sysbench: Use vendored statically linked libck #309564
Conversation
Just for posterity: ❯ ls $(nix build nixpkgs#libck --print-out-paths --no-link)/lib
libck.a libck.so libck.so.0 libck.so.0.7.1 pkgconfig But its pkg-config file ( I don't see a good way to get |
@ofborg build pkgsCross.aarch64-multiplatform.sysbench pkgsCross.aarch64-multiplatform.pkgsLLVM.sysbench |
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.
5968dac
to
413f012
Compare
This partially revert and redo 4af1355 Vendored version of concurrency kit (aka libck) require little more patching to support cross-compilation
413f012
to
2df7707
Compare
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.
Verified on Nvidia jetson agx/nx cross build
fixed in the upstream NixOS/nixpkgs#309564 Signed-off-by: Brian McGillion <[email protected]>
fixed in the upstream NixOS/nixpkgs#309564 Signed-off-by: Brian McGillion <[email protected]>
Motivation: use shared version of libck in sysbench affect on measurement results too much
Description of changes
This partially revert and redo 4af1355
Vendored version of concurrency kit (aka libck) require little more patching to support cross-compilation
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.