From fb5e72fbbf9e0f125446ebca77aa383c101c291d Mon Sep 17 00:00:00 2001 From: Bruno Date: Sat, 2 Nov 2024 13:48:29 -0300 Subject: [PATCH] build/linux: Build 'openblas' with DYNAMIC_ARCH enabled (for now) Fixes: #12237 We were building with that option disabled here because it was making our runners to randomly fail at building it. However, that option disabled also makes some machines to fail, due to its low-level nature. So, there is no fix for it(?), let's enable then and hope the runners willn't fail again. --- build/linux/flatpak/org.gimp.GIMP-nightly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/flatpak/org.gimp.GIMP-nightly.json b/build/linux/flatpak/org.gimp.GIMP-nightly.json index bc99ee3adc..c1d1c46805 100644 --- a/build/linux/flatpak/org.gimp.GIMP-nightly.json +++ b/build/linux/flatpak/org.gimp.GIMP-nightly.json @@ -839,7 +839,7 @@ ], "no-autogen": true, "make-args": [ - "DYNAMIC_ARCH=0", + "DYNAMIC_ARCH=1", "USE_OPENMP=0", "NO_CBLAS=1", "NO_LAPACKE=1"