create new experimental release
Compare changes
Files
3- Eleni Mathioulaki authored
+ 3
− 1
@@ -6,6 +6,7 @@ variables:
@@ -6,6 +6,7 @@ variables:
GITLAB_BUILD_ENV_DOCKER_IMAGE: docker-registry.ebrains.eu/tc/ebrains-spack-build-env/gitlab_runners_nfs:devel
@@ -197,6 +198,7 @@ build-spack-env-on-runner:
@@ -197,6 +198,7 @@ build-spack-env-on-runner:
@@ -270,8 +272,8 @@ sync-gitlab-spack-instance:
@@ -270,8 +272,8 @@ sync-gitlab-spack-instance:
- spack env list | grep -q $SPACK_NFS_ENV && echo "Environment created already" || spack env create $SPACK_NFS_ENV $CI_PROJECT_DIR/spack.yaml
# There is a known spack bug (https://github.com/spack/spack/issues/29447) in installing test dependencies for installation tests. The workaround suggested
# in the issue is to NOT concretize separately, but simply remove the .lock file and let the enironment be concretized by the spack install command: