diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-11-02 09:03:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-02 09:03:42 +0100 |
commit | 133895e7852a03ffeac473d16949c92df90e65ee (patch) | |
tree | ff539c9934aaead829ccd0f2b971f4d31d72d33b /.gitignore | |
parent | 19e3ab83cfee8fdbd2c19e23c1b93ef83e92fbc4 (diff) | |
download | spack-133895e7852a03ffeac473d16949c92df90e65ee.tar.gz spack-133895e7852a03ffeac473d16949c92df90e65ee.tar.bz2 spack-133895e7852a03ffeac473d16949c92df90e65ee.tar.xz spack-133895e7852a03ffeac473d16949c92df90e65ee.zip |
Rework the schema for reusing environments (#47364)
Currently, the schema reads:
from:
- type:
environment: path_or_name
but this can't be extended easily to other types, e.g. to buildcaches,
without duplicating the extension keys. Use instead:
from:
- type: environment
path: path_or_name
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions