Read target
and Spack version from a config file
#165
Labels
priority:medium
A medium priority issue - has some impact on functionality
type:enhancement
improvements to code but not new features
In #164 we are removing many unneeded
ENV
variables.$ENV_SPACK_ARCH
is the only one referenced outside the build stage:build-ci/.github/workflows/model-1-build.yml
Line 113 in 3c0840d
This is being changed in e39edcd to
target
, but we still need to keep track of it. @harshula noted that we should put it as a section inconfig/compilers.json
as well.Remove the ENV and instead propagate
config/compilers.json
s.target
tomodel-1-build.yml
and other workflows.From #164 (comment)
The text was updated successfully, but these errors were encountered: