Skip to content

Commit

Permalink
Include core utils in final view
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Jun 20, 2024
1 parent bce3b96 commit 5368b3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
container:
- '.github/**'
- 'Dockerfile'
- 'spack.yaml'
container:
if: ${{ needs.changes.outputs.container == 'true' }}
Expand Down
9 changes: 8 additions & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ spack:
view:
final:
root: /view
select: [git, patch, tar, unzip, gcc, binutils]
select:
- binutils
- coreutils
- gcc
- git
- patch
- tar
- unzip
python:
root: /python-view
select: [python]
Expand Down

0 comments on commit 5368b3c

Please sign in to comment.