Skip to content

Commit f4a971e

Browse files
committed
revertme: old buildcache
1 parent 29be59a commit f4a971e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- name: Set buildcache
3939
run: |
4040
spack mirror add --unsigned upstream oci://ghcr.io/spack/github-actions-buildcache
41-
spack mirror add --unsigned celer-buildcache oci://ghcr.io/celeritas-project/spack-gha-buildcache
4241
4342
- name: Concretize (fresh)
4443
run: spack -e . -v concretize --fresh

spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spack:
1515
# - root ~aqua ~davix ~examples ~opengl ~x ~tbb cxxstd=20
1616
# - 'vecgeom@1.2.11~cuda+gdml cxxstd=17' # needed for geant4 compatibility
1717
# - 'vecgeom@1.2.11~cuda+gdml cxxstd=20'
18-
- 'vecgeom@2.0.0+surface~cuda+gdml cxxstd=20'
18+
- 'vecgeom@2.0.0 +surface~cuda+gdml cxxstd=20'
1919
# - 'geant4@10.5 cxxstd=17'
2020
# - 'geant4@10.6 cxxstd=17'
2121
# - 'geant4@10.7 cxxstd=20'

0 commit comments

Comments
 (0)