Skip to content

Commit

Permalink
[NFU] ci: add build linux-perf as perf-th1520
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
  • Loading branch information
RevySR committed Jan 16, 2024
1 parent d459e66 commit 45ba21a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
# Install DTB
sudo cp -v arch/riscv/boot/dts/thead/*.dtb ${GITHUB_WORKSPACE}/rootfs/boot/
# Build & Install perf
pushd tools/perf
make LDFLAGS=-static NO_LIBELF=1 NO_LIBTRACEEVENT=1 perf
cp -v perf ${GITHUB_WORKSPACE}/rootfs/perf-th1520
popd
popd
- name: compress
Expand Down

0 comments on commit 45ba21a

Please sign in to comment.