From: Daan De Meyer Date: Tue, 23 Jul 2024 16:20:33 +0000 (+0200) Subject: action: Dump the current clock source X-Git-Tag: v24~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6aecd5f7851b8918a55c306ee4f5030dca1e38e;p=thirdparty%2Fmkosi.git action: Dump the current clock source This can have a non-trivial performance impact so let's dump the clock source as extra debugging information. --- diff --git a/action.yaml b/action.yaml index 267e199db..28905a40f 100644 --- a/action.yaml +++ b/action.yaml @@ -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: |