Skip to content

Commit

Permalink
Only build turbostat and sst on x86
Browse files Browse the repository at this point in the history
Ignore otherwise.
  • Loading branch information
rafaelfolco committed Sep 2, 2024
1 parent 49d77e6 commit 2a6317b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
"get_dir": "tar -tf linux.tar.xz | head -n 1",
"commands": [
"cd tools/perf; make -j32 install prefix=/usr/",
"cd tools/power/x86/turbostat; make install prefix=/usr/",
"cd tools/power/x86/intel-speed-select; make install prefix=/usr/",
"cd tools/power/x86/turbostat && make install prefix=/usr/ || true",
"cd tools/power/x86/intel-speed-select && make install prefix=/usr/ || true",
"rm -rf *"
]
}
Expand Down

0 comments on commit 2a6317b

Please sign in to comment.