-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Netperf love #40202
Netperf love #40202
Conversation
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.
Besides glibc this should be an ok change. You may want to see if setting doCheck=true works for you though.
}; | ||
|
||
buildInputs = [ glibc libsmbios ]; |
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.
Glibc shouldn’t be here. It’s provided by the compiler.
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.
gotcha. I see a bunch of other nix files that take glibc would it be appropriate to go and try removing them in a separate PR?
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.
done
@GrahamcOfBorg build netperf |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: netperf Partial log (click to expand)
|
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: netperf Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: netperf Partial log (click to expand)
|
|
||
stdenv.mkDerivation rec { | ||
name = "netperf-2.7.0"; | ||
name = "netperf-git"; |
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.
Please make it date with the day of commit instead (ex. 2018-05-09).
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.
will do, I meant to write a note if I should do that since I saw that in other nix files but they looked autogenerated so I wasn't sure.
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.
done
Looks good, you might want to rebase into 2 commits "maintainer addition"/"netperf update" |
I can rebase into 2 commits for sure. I just didn't want to be doing all the things in one commit, and was waiting to see if anyone mentioned it. |
Motivation for this change
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)