feat(3p/rr): Add ThreadRipper compatibility patch
Change-Id: Ia73883075e11bccaa234d3b1212f3ab9363f234c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1129 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
parent
4e52e2bd3d
commit
f70afe61a4
3 changed files with 55 additions and 1 deletions
7
third_party/rr/default.nix
vendored
Normal file
7
third_party/rr/default.nix
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.originals.rr.overrideAttrs(_: {
|
||||
patches = [
|
||||
./0001-PerfCounters-don-t-exit-on-AMD-ThreadRipper-3960X.patch
|
||||
];
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue