From c6aecd5f7851b8918a55c306ee4f5030dca1e38e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 23 Jul 2024 18:20:33 +0200 Subject: [PATCH] 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. --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: | -- 2.47.3