Pull arch
information out of the Dockerfiles and into the base-spack matrix
#90
Labels
priority:low
A low priority issue - 'nice to haves' or issues that don't impact functionality
type:feature
New feature or request
We might want to test various architectures with our CI rather than just
linux-rocky8-x86_64
. Since this information is used in bothbase-spack
(for installing the compiler) andbuild-<model>
(for installing the packages), it must be done early in the matrix strategy.Potentially in a
[[compiler x arch] x model]
format. So:Luckily, the arch information will be stored in an
ENV
in the base-spack image, so it is easily accessible viaSPACK_ENV_ARCH
.The text was updated successfully, but these errors were encountered: