Skip to content

Commit

Permalink
[ci] Bump star-spack to 166348c6f84c66ffdc044a14f00a14539558ba6e
Browse files Browse the repository at this point in the history
[pkg] vc: Export package prefix instead of Vc_LIB_DIR
[env] Fix 588a489e. Order of requested packages matters
[env] Disable view for container setups

(cherry picked from commit 1867e47)
  • Loading branch information
plexoos committed Dec 10, 2021
1 parent 2ca1b44 commit f45b459
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 @@ -27,7 +27,7 @@ RUN mkdir /cern && cd /cern \
&& rm -fr /cern/2006/src /cern/2006/build

RUN mkdir -p 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/star-bnl/star-spack/archive/166348c6f84c66ffdc044a14f00a14539558ba6e.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 @@ -27,7 +27,7 @@ RUN mkdir /cern && cd /cern \
&& rm -fr /cern/2006/src /cern/2006/build

RUN mkdir -p 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/star-bnl/star-spack/archive/166348c6f84c66ffdc044a14f00a14539558ba6e.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 f45b459

Please sign in to comment.