Skip to content

Commit

Permalink
ci: print kernel binary layout
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump committed Jul 2, 2024
1 parent 5c8a263 commit 2d1e023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/llvm-18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
run: |
cat /tmp/time.log
du -sh $MCDC_HOME/linux
- name: Print kernel binary layout
run: |
llvm-readelf --sections -W $MCDC_HOME/linux/vmlinux
boot_kernel_and_collect_coverage:
name: 5. Boot the kernel and collect coverage
Expand Down

0 comments on commit 2d1e023

Please sign in to comment.