]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
action: Dump the current clock source
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 23 Jul 2024 16:20:33 +0000 (18:20 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 24 Jul 2024 09:10:14 +0000 (11:10 +0200)
This can have a non-trivial performance impact so let's dump the
clock source as extra debugging information.

action.yaml

index 267e199db675d197854d615faec7c13423505e6b..28905a40fa200169cc17e07d7fd3a5d7be52b57a 100644 (file)
@@ -32,6 +32,10 @@ runs:
       ls -l /dev/vhost-*
       id
 
+  - name: Check clock source
+    shell: bash
+    run: cat /sys/devices/system/clocksource/clocksource0/current_clocksource
+
   - name: Enable unprivileged user namespaces
     shell: bash
     run: |