Skip to content

Commit

Permalink
[ci] Bump star-spack version
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jul 19, 2021
1 parent bfd28d6 commit ae81ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.root5
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yum update -q -y \
RUN pip install pyparsing

RUN mkdir -p star-spack \
&& curl -sL https://github.com/star-bnl/star-spack/archive/9299449b078f4f0ad0d6fd1b0a220449d38b340d.tar.gz | tar -xz --strip-components 1 -C star-spack \
&& curl -sL https://github.com/star-bnl/star-spack/archive/588a489e3441c61a28f61f666e7f0aa3095f217a.tar.gz | tar -xz --strip-components 1 -C star-spack \
&& curl -sL https://github.com/spack/spack/archive/010e5761d6631eae102d1eec87e5e74a0e16ed82.tar.gz | tar -xz --strip-components 1 -C star-spack/spack

RUN source star-spack/setup.sh \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.root6
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yum update -q -y \
RUN pip install pyparsing

RUN mkdir -p star-spack \
&& curl -sL https://github.com/star-bnl/star-spack/archive/9299449b078f4f0ad0d6fd1b0a220449d38b340d.tar.gz | tar -xz --strip-components 1 -C star-spack \
&& curl -sL https://github.com/star-bnl/star-spack/archive/588a489e3441c61a28f61f666e7f0aa3095f217a.tar.gz | tar -xz --strip-components 1 -C star-spack \
&& curl -sL https://github.com/spack/spack/archive/010e5761d6631eae102d1eec87e5e74a0e16ed82.tar.gz | tar -xz --strip-components 1 -C star-spack/spack

RUN source star-spack/setup.sh \
Expand Down

0 comments on commit ae81ab7

Please sign in to comment.