From a8acb0287e130461cccd5d4b0267b23291ca77af Mon Sep 17 00:00:00 2001 From: David Valin Date: Wed, 3 Jun 2026 07:22:01 -0400 Subject: [PATCH 1/2] Adding package info for azure OS --- coremark.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/coremark.json b/coremark.json index 54d3979..617457b 100644 --- a/coremark.json +++ b/coremark.json @@ -35,6 +35,18 @@ "git", "zip" ], + "azure": [ + "bc", + "numactl", + "perf", + "unzip", + "make", + "sed", + "gawk", + "gcc", + "git", + "zip" + ], "sles": [ "bc", "libnuma1", From abb8e1ee9f01a67f26920becca87bdce8a7cae8e Mon Sep 17 00:00:00 2001 From: David Valin Date: Wed, 3 Jun 2026 08:23:21 -0400 Subject: [PATCH 2/2] Should be azurelinux --- coremark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coremark.json b/coremark.json index 617457b..e0e83e3 100644 --- a/coremark.json +++ b/coremark.json @@ -35,7 +35,7 @@ "git", "zip" ], - "azure": [ + "azurelinux": [ "bc", "numactl", "perf",