summaryrefslogtreecommitdiff
path: root/etc/spack/defaults/bootstrap.yaml
blob: a4a9b23515fa83dd421d5d504a4900f7a40d05d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
bootstrap:
  # If set to false Spack will not bootstrap missing software,
  # but will instead raise an error.
  enable: true
  # Root directory for bootstrapping work. The software bootstrapped
  # by Spack is installed in a "store" subfolder of this root directory
  root: $user_cache_path/bootstrap
  # Methods that can be used to bootstrap software. Each method may or
  # may not be able to bootstrap all the software that Spack needs,
  # depending on its type.
  sources:
  - name: 'github-actions-v0.3'
    metadata: $spack/share/spack/bootstrap/github-actions-v0.3
  - name: 'github-actions-v0.2'
    metadata: $spack/share/spack/bootstrap/github-actions-v0.2
  - name: 'github-actions-v0.1'
    metadata: $spack/share/spack/bootstrap/github-actions-v0.1
  - name: 'spack-install'
    metadata: $spack/share/spack/bootstrap/spack-install
  trusted:
    # By default we trust bootstrapping from sources and from binaries
    # produced on Github via the workflow
    github-actions-v0.3: true
    spack-install: true