From 69aec471623dea803411374e9ebda3e7367e6038 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Thu, 5 Jun 2025 09:44:28 +0200 Subject: [PATCH] COB-325: Remove spack concretize step as difficult to integrate --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3c9d54..a63a87b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,15 +40,6 @@ trigger_prepare: sast: stage: test -spack_concretize: - stage: test - script: - - . ${SPACK_DIR}/share/spack/setup-env.sh - - spack env create lofar - - spack env activate lofar - - cp environment.yaml $SPACK_ENV/spack.yaml - - spack concretize --force - build_spack: stage: test image: docker -- GitLab