Skip to content

Commit cd4cb65

Browse files
try to debug log
1 parent b038c36 commit cd4cb65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

โ€Ž.github/workflows/build.ymlโ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ jobs:
257257
CC="ccache gcc" \
258258
LOCALVERSION="-Hyperion-${HYPERION_VER}" \
259259
KCFLAGS="-pipe" \
260-
bzImage modules
260+
bzImage modules 2>&1 | tee /tmp/build.log; \
261+
grep -E "^.*(error:|undefined|fatal).*$" /tmp/build.log | tail -40 || true
261262
262263
# โ”€โ”€ ccache report โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
263264
- name: ccache statistics

0 commit comments

Comments
ย (0)