-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow empty spack environments when constructing hash
When building an experiment / workspace inventory, previously it was required that if an environment had a spack.yaml, it also created a spack.lock (or Ramble would error). This commit allows spack.yaml files that have no packages (And thus, won't concretized into a spack.lock) without throwing an error.
- Loading branch information
1 parent
6eb0066
commit 8d1c093
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters