Skip to content

Commit

Permalink
log kernel version in GH actions output
Browse files Browse the repository at this point in the history
Change-Id: I69d6362e65a420f6f5f6747e5cea8c343166265b
  • Loading branch information
hanwen committed Sep 27, 2024
1 parent 2e2dde7 commit cb0826b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions all.bash
Original file line number Diff line number Diff line change
@@ -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 ./...

Expand Down

0 comments on commit cb0826b

Please sign in to comment.