Skip to content

Commit

Permalink
perf libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Trass3r authored Jul 5, 2024
1 parent b04c8c5 commit a2c643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
sudo depmod -a
# build perf
sudo apt install -y libzstd-dev libelf-dev libbabeltrace-ctf-dev libdw-dev libtraceevent-dev
sudo apt install -y libzstd-dev libelf-dev libbabeltrace-ctf-dev libdw-dev libtraceevent-dev libpfm4-dev libdebuginfod-dev
time make CC="ccache clang" NO_LIBCRYPTO=1 -j$(nproc) -C tools/perf install DESTDIR=/tmp/perf
# with DESTDIR=/usr/local always recompiles and makes build files owned by root
- name: analyze ccache logs
Expand Down

0 comments on commit a2c643d

Please sign in to comment.