From efd1982af1a9fcb5a7dab63936b51bcc717d041e Mon Sep 17 00:00:00 2001 From: Philipp Spilger <philipp.spilger@kip.uni-heidelberg.de> Date: Tue, 10 Oct 2023 12:56:04 +0200 Subject: [PATCH] feat: Remove x86_64 target of environment-modules conflicting sandybridge Change-Id: Ibecede48cc4a6c55f34c50c69b19566ccf1c5d12 --- .ci/commons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/commons.sh b/.ci/commons.sh index da230357..d3b85c5a 100755 --- a/.ci/commons.sh +++ b/.ci/commons.sh @@ -198,7 +198,7 @@ fi # they won't be able to be fetched inside the container because of missing # permissions. spack_bootstrap_dependencies=( - "environment-modules~X target=x86_64" + "environment-modules~X" ) ######### -- GitLab