spack/lib
Massimiliano Culpo 133895e785
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
2024-11-02 09:03:42 +01:00
..
spack Rework the schema for reusing environments (#47364) 2024-11-02 09:03:42 +01:00