From cb0826b42095181cfa23d4ec4608e9b9b0f2fcd6 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 27 Sep 2024 15:35:19 +0200 Subject: [PATCH] log kernel version in GH actions output Change-Id: I69d6362e65a420f6f5f6747e5cea8c343166265b --- all.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/all.bash b/all.bash index e868c977..4cbd3746 100755 --- a/all.bash +++ b/all.bash @@ -1,6 +1,9 @@ #!/bin/bash set -eux +# Kernel version is relevant to debugging CI failures +uname -a + # Everything must compile on Linux go build ./...