Skip to content

Commit 16111ac

Browse files
authored
fix(ci): explicitly required edm4eic cxxstd=20 in user_spack_environment (#145)
1 parent 0574053 commit 16111ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ user_spack_environment:
513513
script:
514514
- source /opt/spack/share/spack/setup-env.sh
515515
- spack env activate --create edm4eic
516-
- spack add [email protected]
516+
- spack add [email protected] cxxstd=20
517517
- spack concretize
518518
- spack install --only dependencies edm4eic
519519
- ls -al /opt/software/linux-*/compiler-wrapper-1.0-*/libexec/spack/gcc/g++

0 commit comments

Comments
 (0)