Skip to content

Commit dd81713

Browse files
committed
Point at spack/spack-packages#3866 and enforce cached-cmake CI env
1 parent ebe485f commit dd81713

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include:
2525
- local: .gitlab/variables.yml
2626
rules:
2727
- if: $MY_ENV_NAME != null
28-
- local: .gitlab/spack/envs/${MY_ENV_NAME}/pipeline.yml
28+
- local: .gitlab/spack/envs/cached-cmake/pipeline.yml
2929
rules:
3030
- if: $MY_ENV_NAME != null
3131

.gitlab/spack/envs/cached-cmake/spack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ spack:
1212
## Use for temporary testing purpose, comment out before merging to main branch:
1313
#llnl_radiuss: ./spack_repo/llnl_radiuss/
1414
builtin:
15-
git: https://github.com/spack/spack-packages.git
16-
commit: 19195fc11b3b44a6ae3ac96233de1ab97b4892aa
15+
git: https://github.com/bmhan12/spack-packages.git
16+
branch: feature/han12/axom_0_13_0
1717
include:
1818
- $LCSCHEDCLUSTER/config.yaml
1919
- $LCSCHEDCLUSTER/packages.yaml

.gitlab/spack/envs/shared-ci/spack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ spack:
1212
## Use for temporary testing purpose, comment out before merging to main branch:
1313
#llnl_radiuss: ./spack_repo/llnl_radiuss/
1414
builtin:
15-
git: https://github.com/spack/spack-packages.git
16-
commit: 19195fc11b3b44a6ae3ac96233de1ab97b4892aa
15+
git: https://github.com/bmhan12/spack-packages.git
16+
branch: feature/han12/axom_0_13_0
1717
include:
1818
- $LCSCHEDCLUSTER/config.yaml
1919
- $LCSCHEDCLUSTER/packages.yaml

0 commit comments

Comments
 (0)