From 9701b4875a4c46f793743840e196e452e8aa7c85 Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Wed, 15 Nov 2023 09:28:01 -0800 Subject: [PATCH] CI: add output of model name from /proc/cpuinfo Running into job failures when loading msr-safe because CPU is unsupported. This provides more details as to which CPUs we are getting with GitHub Actions. --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 4a0f59e39..6284d9e73 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -230,6 +230,7 @@ jobs: run: | uname -a uname -r + cat /proc/cpuinfo | grep "model name" cd msr-safe sudo insmod msr-safe.ko sudo chmod o=u /dev/cpu/*/msr_safe