Skip to content

Commit

Permalink
TMP: Disable the perf again
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Aug 15, 2024
1 parent 334f198 commit 63f3d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/common/development/debug-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ in {
++
# Match perf version with kernel.
[
(config.boot.kernelPackages.perf.override {python3 = pkgs.python311;})
#(config.boot.kernelPackages.perf.override {python3 = pkgs.python311;})
sysbench-test-script
sysbench-fileio-test-script
nvpmodel-check
rm-linux-bootmgrs
]
++ rmDesktopEntries [pkgs.htop]
#TODO tmp disable perf as it is broken in cross-compiled Orin AGX/NX
++ lib.optional (config.nixpkgs.hostPlatform.system != "aarch64-linux") config.boot.kernelPackages.perf
# LuaJIT (which is sysbench dependency) not available on RISC-V
++ lib.optional (config.nixpkgs.hostPlatform.system != "riscv64-linux") pkgs.sysbench
# Icicle Kit performance test script available on RISC-V
Expand Down

0 comments on commit 63f3d07

Please sign in to comment.