From 82b87f54bfe5a4b8de1ca07a154ba5fc365f7967 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Sat, 2 Sep 2023 12:46:21 -0700 Subject: [PATCH] spack build mpi is sad --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ac79cdc32..b6efea3aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -412,7 +412,7 @@ stages: echo "SPACK SPEC:" echo $SPACK_SPEC # run uber to build tpls - python3 scripts/uberenv/uberenv.py -k --spec "${SPACK_SPEC}" + python3 scripts/uberenv/uberenv.py -k --spec "${SPACK_SPEC} --spack-env-file=scripts/uberenv_configs/spack_configs/envs/alpinedav-ubuntu_18.04_devel/spack.yaml displayName: 'Spack Build Tpls' - script: |