We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b038c36 commit cd4cb65Copy full SHA for cd4cb65
1 file changed
โ.github/workflows/build.ymlโ
@@ -257,7 +257,8 @@ jobs:
257
CC="ccache gcc" \
258
LOCALVERSION="-Hyperion-${HYPERION_VER}" \
259
KCFLAGS="-pipe" \
260
- bzImage modules
+ bzImage modules 2>&1 | tee /tmp/build.log; \
261
+ grep -E "^.*(error:|undefined|fatal).*$" /tmp/build.log | tail -40 || true
262
263
# โโ ccache report โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
264
- name: ccache statistics
0 commit comments