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:
parent
9d8e20f432
commit
fb5e72fbbf
1 changed files with 1 additions and 1 deletions
|
|
@ -839,7 +839,7 @@
|
|||
],
|
||||
"no-autogen": true,
|
||||
"make-args": [
|
||||
"DYNAMIC_ARCH=0",
|
||||
"DYNAMIC_ARCH=1",
|
||||
"USE_OPENMP=0",
|
||||
"NO_CBLAS=1",
|
||||
"NO_LAPACKE=1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue