FIX: remove upstreams and use almost common buildcache

This commit is contained in:
2024-06-12 13:43:20 +02:00
parent 8526963816
commit 0d159e73fa
3 changed files with 4 additions and 13 deletions

View File

@ -13,6 +13,6 @@ spack:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
mirrors:
local_stable: file:///afs/psi.ch/software/spack/stable
local_unstable: file:///afs/psi.ch/software/spack/unstable
specs: []
specs:
- gcc@12.3.0
view: false

View File

@ -8,17 +8,12 @@ spack:
- $spack/user/$user/spack-stage
install_tree:
root: $spack/opt/spack/testing
upstreams:
spack-instance-1:
install_tree: $spack/opt/spack/stable
spack-instance-2:
install_tree: $spack/opt/spack/unstable
include:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
mirrors:
local_unstable: file:///afs/psi.ch/software/spack/unstable
local_testing: file:///afs/psi.ch/software/spack/testing
local_unstable: file:///afs/psi.ch/software/spack/unstable
specs:
- gcc@12.3.0
view: false

View File

@ -8,16 +8,12 @@ spack:
- $spack/user/$user/spack-stage
install_tree:
root: $spack/opt/spack/unstable
upstreams:
spack-instance-1:
install_tree: $spack/opt/spack/stable
include:
- $spack/spack-psi/env/$os/$target_family/sysconfigs/packages.yaml
- $spack/spack-psi/env/$os/$target_family/sysconfigs/compilers.yaml
mirrors:
local_stable: file:///afs/psi.ch/software/spack/stable
local_unstable: file:///afs/psi.ch/software/spack/unstable
local_testing: file:///afs/psi.ch/software/spack/testing
local_stable: file:///afs/psi.ch/software/spack/stable
specs:
- gcc@12.3.0
view: false