Skip to content

Commit

Permalink
Add display of cpu info (#1010)
Browse files Browse the repository at this point in the history
I had originally catted /proc/cpuinfo but it was very verbose

lscpu is in util-linux which is in essential so should be available on systems.
  • Loading branch information
tfoote authored Mar 21, 2024
1 parent 3634e05 commit 6bb1db3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@(SNIPPET(
'builder_shell',
script='\n'.join([
'echo "# BEGIN SECTION: cpu info"',
'lscpu',
'echo "# END SECTION"',
'echo "# BEGIN SECTION: docker version"',
'docker version',
'echo "# END SECTION"',
Expand Down

0 comments on commit 6bb1db3

Please sign in to comment.