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.
This commit is contained in:
Bruno 2024-11-02 13:48:29 -03:00
parent 9d8e20f432
commit fb5e72fbbf
No known key found for this signature in database

View file

@ -839,7 +839,7 @@
],
"no-autogen": true,
"make-args": [
"DYNAMIC_ARCH=0",
"DYNAMIC_ARCH=1",
"USE_OPENMP=0",
"NO_CBLAS=1",
"NO_LAPACKE=1"