From 3b970310ee3aaefb85572a8f539711af7149d637 Mon Sep 17 00:00:00 2001 From: "Patrick J.P. Culp" Date: Fri, 9 Feb 2024 22:15:48 +0000 Subject: [PATCH] shim: replace %make_build with make Switches from a parallel make macro to a standard make command to avoid a race condition that can occur during a Bottlerocket build. --- packages/shim/shim.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shim/shim.spec b/packages/shim/shim.spec index f887537c66e..718382dd9f2 100644 --- a/packages/shim/shim.spec +++ b/packages/shim/shim.spec @@ -35,7 +35,7 @@ mv gnu-efi-shim-%{gnuefiver} gnu-efi truncate -s 4080 empty.cer %global shim_make \ -%make_build\\\ +make\\\ ARCH="%{_cross_arch}"\\\ CROSS_COMPILE="%{_cross_target}-"\\\ COMMIT_ID="%{commit}"\\\