From 717f582c327d7192013d28cdc1fa658c1b46bf3f Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Thu, 8 Feb 2024 00:02:41 +0100
Subject: [PATCH] Moving stack

---
 .gitlab-ci.yml    | 1 +
 ci/setup_spack.sh | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0aa2537..d16d870 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,6 +47,7 @@ variables:
     policy: pull-push
     paths:
       - spack/
+      - stack/
       - compiler_definitions.yaml
 
 # ------------------------------------------------------------------------------
diff --git a/ci/setup_spack.sh b/ci/setup_spack.sh
index 9584380..6a16f2e 100755
--- a/ci/setup_spack.sh
+++ b/ci/setup_spack.sh
@@ -1,8 +1,8 @@
 #!/usr/bin/env sh
 
 SPACK_VERSION=$(jq -r .spack.version config.json)
-
-STACK_LOCATION=$(jq -r .stack.mount_point config.json)
+#STACK_LOCATION=$(jq -r .stack.mount_point config.json)
+STACK_LOCATION=stack/
 
 echo "Setting up spack"
 if [ ! -d spack/.git ]; then
-- 
GitLab