e4s on mac ci: set SPACK_DISABLE_LOCAL_CONFIG=1 (#30568)
* e4s on mac ci: set SPACK_DISABLE_LOCAL_CONFIG=1 * export SPACK_USER_CACHE_PATH so that ~/.spack/... isn't used
This commit is contained in:
@@ -17,8 +17,8 @@ spack:
|
||||
|
||||
definitions:
|
||||
- easy_specs:
|
||||
- kokkos +openmp
|
||||
- kokkos-kernels +openmp
|
||||
- berkeley-db
|
||||
- ncurses
|
||||
|
||||
- arch:
|
||||
- '%apple-clang@13.0.0 target=m1'
|
||||
@@ -34,6 +34,7 @@ spack:
|
||||
gitlab-ci:
|
||||
|
||||
script:
|
||||
- tmp="$(mktemp -d)"; export SPACK_USER_CONFIG_PATH="$tmp"; export SPACK_USER_CACHE_PATH="$tmp"
|
||||
- . "./share/spack/setup-env.sh"
|
||||
- spack --version
|
||||
- cd ${SPACK_CONCRETE_ENV_DIR}
|
||||
|
||||
Reference in New Issue
Block a user