Skip to content

Commit

Permalink
workflow: add disk usage debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Aug 30, 2023
1 parent ba84290 commit 7e3aa9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
KERNELBRANCH="commit:${{ github.event.pull_request.head.sha }}"
}
EOF
df -h
du -sh /home/*
du -sh ~/_work/os/os/cache/sources/linux-kernel-worktree/*
bash ./compile.sh kernel \
SHARE_LOG=yes \
ARTIFACT_USE_CACHE="yes" \
Expand Down

0 comments on commit 7e3aa9a

Please sign in to comment.