Skip to content

Commit

Permalink
Bootstrap coreutils and util-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Jun 19, 2024
1 parent b56f772 commit 2b7325d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ COPY --from=base /usr/lib /usr/lib/
COPY --from=base /bin/sh /bin/sh

ENV SPACK_PYTHON=/python-view/bin/python3
ENV PATH=/view/bin:/spack/bin
ENV PATH=/view/bin:/spack/bin:/bin

RUN spack compiler find

RUN spack bootstrap now

ENTRYPOINT ["/bin/sh"]
13 changes: 6 additions & 7 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
spack:
specs:
- python
- coreutils
- gcc@12.2.0+binutils
- git
- gmake
- patch
- python
- sed
- tar
- gzip
- unzip
- bzip2
- xz
- zstd
- git
- util-linux
view:
default:
root: /view
link: roots
exclude: [python, gmake]
select: [git, patch, tar, unzip]
python:
root: /python-view
select: [python]
Expand Down

0 comments on commit 2b7325d

Please sign in to comment.