Skip to content

Commit e49d839

Browse files
committed
ci(spack): pin spack-packages to commit SHA for reproducibility
1 parent 447aa6d commit e49d839

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/spack.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
- name: Set up Spack with buildcache
2020
uses: spack/setup-spack@v3
2121
with:
22-
# Pin to the sbryngelson/add-mfc branch until upstream
23-
# spack/spack-packages merges the mfc recipe.
22+
# Pinned to a specific commit of sbryngelson/spack-packages
23+
# until spack/spack-packages merges the mfc recipe.
24+
# Update this SHA when the recipe branch advances.
2425
packages_repository: sbryngelson/spack-packages
25-
packages_ref: add-mfc
26+
packages_ref: f0bb11a611fb7f311e788da778208be234601797
2627
buildcache: true
2728

2829
- name: Cache Spack install store

0 commit comments

Comments
 (0)